Add: complete the filter of internal network and downstream
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-12-27 16:46:10 +08:00
parent fdc14ca1cc
commit db8827f83e
7 changed files with 54 additions and 48 deletions
+7 -9
View File
@@ -16,13 +16,11 @@ template bgp pub_peer {
};
}
# WIP
template bgp pub_downstream {
local as LOCAL_ASN;
# template bgp pub_downstream {
# local as LOCAL_ASN;
# ipv6 {
# import where downstream_import_filter(6939);
# export where downstream_export_filter(6939);
# };
# }
ipv6 {
import where downstream_import_filter(6939);
export where downstream_export_filter(6939);
};
}