Fix: comment out WIP code

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

View File

@ -15,11 +15,13 @@ template bgp pub_peer {
};
}
template bgp pub_downstream {
local as LOCAL_ASN;
# WIP
ipv6 {
import where downstream_import_filter(6939);
export where downstream_export_filter(6939);
};
}
# template bgp pub_downstream {
# local as LOCAL_ASN;
# ipv6 {
# import where downstream_import_filter(6939);
# export where downstream_export_filter(6939);
# };
# }

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 {
# };
}
}
# };
# }
# }