diff --git a/protocol/external_network.conf b/protocol/external_network.conf index 52a2d5d..4e3cef3 100644 --- a/protocol/external_network.conf +++ b/protocol/external_network.conf @@ -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); - }; -} \ No newline at end of file +# template bgp pub_downstream { +# local as LOCAL_ASN; + +# ipv6 { +# import where downstream_import_filter(6939); +# export where downstream_export_filter(6939); +# }; +# } \ No newline at end of file diff --git a/protocol/internal_network.conf b/protocol/internal_network.conf index cb73b66..d5eab25 100644 --- a/protocol/internal_network.conf +++ b/protocol/internal_network.conf @@ -1,21 +1,23 @@ -template bgp net186 { - local as SELFASN; +# WIP + +# template bgp net186 { +# local as SELFASN; - interpret communities off; +# interpret communities off; - bfd on; +# bfd on; - ipv6 { - next hop self; +# ipv6 { +# next hop self; - gateway direct; +# gateway direct; - # import filter { +# import filter { - # }; +# }; - # export filter { +# export filter { - # }; - } -} \ No newline at end of file +# }; +# } +# } \ No newline at end of file