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

@ -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);
# };
# }