Fix: comment out WIP code
This commit is contained in:
@ -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);
|
||||
# };
|
||||
# }
|
Reference in New Issue
Block a user