Fix: finally working now

This commit is contained in:
2022-12-27 01:17:37 +08:00
parent ef9c4e765d
commit 4074719c8c
8 changed files with 14 additions and 8 deletions

View File

@ -1,5 +1,6 @@
template bgp pub_transit {
local as LOCAL_ASN;
ipv6 {
import where transit_import_filter(6939);
export where transit_export_filter(6939);
@ -24,4 +25,4 @@ template bgp pub_peer {
# import where downstream_import_filter(6939);
# export where downstream_export_filter(6939);
# };
# }
# }