Browse Source

bird: Update max-prefixes reco. on France-IX

Sebastien Badia 7 years ago
parent
commit
3671b14987
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

@@ -135,7 +135,7 @@ template bgp tpl_franceix_rs from tpl_bgp {
 	local as 20766;
         import where bgp_import(51706,"peering",26000,210);
         export where bgp_export(51706,"members");
-	import limit 100000;
+	import limit 125000;
 }
 template bgp tpl_franceix_peers from tpl_bgp {
 	local as 20766;

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

@@ -136,7 +136,7 @@ template bgp tpl_franceix_rs from tpl_bgp {
 	local as 20766;
         import where bgp_import(51706,"peering",26000,210);
         export where bgp_export(51706,"members");
-	import limit 100000;
+	import limit 30000;
 }
 
 template bgp tpl_franceix_peers from tpl_bgp {