Fix: comment out WIP code

This commit is contained in:
2022-12-27 01:10:17 +08:00
parent 9ffc5d1207
commit ef9c4e765d
2 changed files with 24 additions and 20 deletions

View File

@ -1,21 +1,23 @@
template bgp net186 {
local as SELFASN;
# WIP
# template bgp net186 {
# local as SELFASN;
interpret communities off;
# interpret communities off;
bfd on;
# bfd on;
ipv6 {
next hop self;
# ipv6 {
# next hop self;
gateway direct;
# gateway direct;
# import filter {
# import filter {
# };
# };
# export filter {
# export filter {
# };
}
}
# };
# }
# }