Browse Source

bgp: Remove tetaneutral private sessions (use now peering link on franceix)

Sebastien Badia 8 years ago
parent
commit
fa26abb1e6
2 changed files with 0 additions and 30 deletions
  1. 0 14
      etc/local/bird/bird/bgp.conf
  2. 0 16
      etc/local/bird/bird6/bgp.conf

+ 0 - 14
etc/local/bird/bird/bgp.conf

@@ -60,20 +60,6 @@ protocol bgp membre_lautrenet2 from tpl_lautrenet {
 }
 
 #
-# Member: Tetaneutral
-#
-template bgp tpl_tetaneutral {
-	local as 20766;
-	description "Livraison Tetaneutral.net";
-        import where bgp_import(197422,"member",40000);
-        export where bgp_export(197422,"full");
-}
-
-protocol bgp member_tetaneutral from tpl_tetaneutral {
-	neighbor 80.67.168.245 as 197422;
-}
-
-#
 # Member: Neutrinet
 #
 template bgp tpl_neutrinet {

+ 0 - 16
etc/local/bird/bird6/bgp.conf

@@ -60,22 +60,6 @@ protocol bgp member_lautrenet2 from tpl_lautrenet {
 	neighbor 2001:910:0:107::206 as 64600;
 }
 
-
-#
-# Member: Tetaneutral
-#
-
-template bgp tpl_tetaneutral {
-	local as 20766;
-	description "Livraison Tetaneutral.net";
-        import where bgp_import(197422,"member",40000);
-        export where bgp_export(197422,"full");
-}
-
-protocol bgp member_tetaneutral from tpl_tetaneutral {
-	neighbor 2001:910:0:3011::245 as 197422;
-}
-
 #
 # Member: Neutrinet
 #