diff --git a/protocol/external_network.conf b/protocol/external_network.conf index a43eabb..52a2d5d 100644 --- a/protocol/external_network.conf +++ b/protocol/external_network.conf @@ -3,7 +3,7 @@ template bgp pub_transit { ipv6 { import where transit_import_filter(6939); export where transit_export_filter(6939); - } + }; } template bgp pub_peer { @@ -12,7 +12,7 @@ template bgp pub_peer { ipv6 { import where direct_peer_import_filter(6939); export where direct_peer_export_filter(6939); - } + }; } template bgp pub_downstream { @@ -21,5 +21,5 @@ template bgp pub_downstream { 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 32b681e..cb73b66 100644 --- a/protocol/internal_network.conf +++ b/protocol/internal_network.conf @@ -10,12 +10,12 @@ template bgp net186 { gateway direct; - import filter { + # import filter { - }; + # }; - export filter { + # export filter { - }; + # }; } } \ No newline at end of file diff --git a/protocol/kernel.conf b/protocol/kernel.conf index c3eaacb..685cbdc 100644 --- a/protocol/kernel.conf +++ b/protocol/kernel.conf @@ -16,6 +16,6 @@ protocol kernel { if (LOCAL_ASN, 0, 665) ~ bgp_large_community then reject; krt_prefsrc = ROUTER_IP; accept; - } - } + }; + }; }