Browse Source

bgp: Switch neutrinet from full-view to peering (according 6ba83d3a6253362b789d58c9a813457f821bf5b8)

Sebastien Badia 8 years ago
parent
commit
16060956dc
2 changed files with 2 additions and 2 deletions
  1. 1 1
      etc/local/bird/bird/bgp.conf
  2. 1 1
      etc/local/bird/bird6/bgp.conf

+ 1 - 1
etc/local/bird/bird/bgp.conf

@@ -75,7 +75,7 @@ template bgp tpl_neutrinet {
 	local as 20766;
 	local as 20766;
 	description "Livraison Neutrinet";
 	description "Livraison Neutrinet";
         import where bgp_import(204059,"member",40000);
         import where bgp_import(204059,"member",40000);
-        export where bgp_export(204059,"full");
+        export where bgp_export(204059,"members");
 }
 }
 
 
 protocol bgp member_neutrinet from tpl_neutrinet {
 protocol bgp member_neutrinet from tpl_neutrinet {

+ 1 - 1
etc/local/bird/bird6/bgp.conf

@@ -76,7 +76,7 @@ template bgp tpl_neutrinet {
 	local as 20766;
 	local as 20766;
 	description "Livraison Neutrinet";
 	description "Livraison Neutrinet";
         import where bgp_import(204059,"member",40000);
         import where bgp_import(204059,"member",40000);
-        export where bgp_export(204059,"full");
+        export where bgp_export(204059,"members");
 }
 }
 
 
 protocol bgp member_neutrinet from tpl_neutrinet {
 protocol bgp member_neutrinet from tpl_neutrinet {