File tree 4 files changed +6
-10
lines changed
resources/views/api/v4/router
4 files changed +6
-10
lines changed Original file line number Diff line number Diff line change @@ -443,7 +443,6 @@ protocol bgp pb_as42_vli3_ipv4 {
443
443
import where f_import_as42();
444
444
export none;
445
445
};
446
-
447
446
password "mcWsqMdzGwTKt67g";
448
447
}
449
448
@@ -583,7 +582,6 @@ protocol bgp pb_as112_vli4_ipv4 {
583
582
import where f_import_as112();
584
583
export none;
585
584
};
586
-
587
585
password "w83fmGpRDtaKomQo";
588
586
}
589
587
@@ -729,7 +727,6 @@ protocol bgp pb_as1213_vli1_ipv4 {
729
727
import where f_import_as1213();
730
728
export none;
731
729
};
732
-
733
730
password "N7rX2SdfbRsyBLTm";
734
731
}
735
732
Original file line number Diff line number Diff line change @@ -347,7 +347,6 @@ protocol bgp pb_as1213_vli1_ipv6 {
347
347
import where f_import_as1213();
348
348
export none;
349
349
};
350
-
351
350
password "N7rX2SdfbRsyBLTm";
352
351
}
353
352
@@ -488,7 +487,6 @@ protocol bgp pb_as25441_vli6_ipv6 {
488
487
import where f_import_as25441();
489
488
export none;
490
489
};
491
-
492
490
password "X8Ks9QnbER9cyzU3";
493
491
}
494
492
Original file line number Diff line number Diff line change @@ -239,9 +239,9 @@ function f_import_as<?= $int['autsys'] ?>()
239
239
import where f_import_as<?= $ int ['autsys ' ] ?> ();
240
240
export none;
241
241
};
242
-
243
- <?php if ( $ int [ ' bgpmd5secret ' ] && ! $ t -> router -> skip_md5 ): ?> password "<?= $ int ['bgpmd5secret ' ] ?> ";<?php endif ; ?>
244
-
242
+ <?php if ( $ int [ ' bgpmd5secret ' ] && ! $ t -> router -> skip_md5 ): ?>
243
+ password "<?= $ int ['bgpmd5secret ' ] ?> ";
244
+ <?php endif ; ?>
245
245
}
246
246
247
247
<?php endforeach ; ?>
Original file line number Diff line number Diff line change 281
281
table t_<?= $ int ['fvliid ' ] ?> _as<?= $ int ['autsys ' ] ?> ;
282
282
export filter f_export_as<?= $ int ['autsys ' ] ?> ;
283
283
};
284
- <?php if ( $ int ['bgpmd5secret ' ] && !$ t ->router ->skip_md5 ): ?> password "<?= $ int ['bgpmd5secret ' ] ?> ";<?php endif ; ?>
285
-
284
+ <?php if ( $ int ['bgpmd5secret ' ] && !$ t ->router ->skip_md5 ): ?>
285
+ password "<?= $ int ['bgpmd5secret ' ] ?> ";
286
+ <?php endif ; ?>
286
287
}
287
288
288
289
<?php endforeach ; ?>
You can’t perform that action at this time.
0 commit comments