Add: complete the filter of internal network and downstream
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@ -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);
|
||||
};
|
||||
}
|
||||
|
Reference in New Issue
Block a user