Browse Source

bird: Update tab/spaces (direct scp from whiskey)

Sebastien Badia 9 years ago
parent
commit
55f2b15631
2 changed files with 22 additions and 22 deletions
  1. 13 13
      etc/local/bird/bird/bgp.conf
  2. 9 9
      etc/local/bird/bird6/bgp.conf

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

@@ -171,24 +171,24 @@ protocol bgp franceix_2484 from tpl_franceix_peers {
 	description "FranceIX / AFNIC";
 }
 protocol bgp franceix_46489_1 from tpl_franceix_peers {
-    neighbor 37.49.237.25 as 46489;
-    description "FranceIX / Twitch";
+	neighbor 37.49.237.25 as 46489;
+	description "FranceIX / Twitch";
 }
 protocol bgp franceix_46489_2 from tpl_franceix_peers {
-    neighbor 37.49.237.26 as 46489;
-    description "FranceIX / Twitch";
+	neighbor 37.49.237.26 as 46489;
+	description "FranceIX / Twitch";
 }
 protocol bgp franceix_42 from tpl_franceix_peers {
-    neighbor 37.49.236.92 as 42;
-    description "FranceIX / AS-PCH";
+	neighbor 37.49.236.92 as 42;
+	description "FranceIX / AS-PCH";
 }
 protocol bgp franceix_3856 from tpl_franceix_peers {
-    neighbor 37.49.236.91 as 3856;
-    description "FranceIX / AS-PCH";
+	neighbor 37.49.236.91 as 3856;
+	description "FranceIX / AS-PCH";
 }
 protocol bgp franceix_39405 from tpl_franceix_peers {
-        neighbor 37.49.236.220 as 39405;
-        description "FranceIX / FULLSAVE-AS";
+	neighbor 37.49.236.220 as 39405;
+	description "FranceIX / FULLSAVE-AS";
 }
 
 #
@@ -256,7 +256,7 @@ protocol bgp equinix_2486 from tpl_equinix_peers {
 	import limit 50;
 }
 protocol bgp equinix_43142 from tpl_equinix_peers {
-    neighbor 195.42.144.219 as 43142;
-    description "EquinIX / AS-Adelinovius";
-    import limit 150;
+	neighbor 195.42.144.219 as 43142;
+	description "EquinIX / AS-Adelinovius";
+	import limit 150;
 }

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

@@ -174,16 +174,16 @@ protocol bgp franceix_2484 from tpl_franceix_peers {
 	description "FranceIX / AFNIC";
 }
 protocol bgp franceix_42 from tpl_franceix_peers {
-    neighbor 2001:7f8:54::92 as 42;
-    description "FranceIX / AS-PCH";
+	neighbor 2001:7f8:54::92 as 42;
+	description "FranceIX / AS-PCH";
 }
 protocol bgp franceix_3856 from tpl_franceix_peers {
-    neighbor 2001:7f8:54::91 as 3856;
-    description "FranceIX / AS-PCH";
+	neighbor 2001:7f8:54::91 as 3856;
+	description "FranceIX / AS-PCH";
 }
 protocol bgp franceix_39405 from tpl_franceix_peers {
-    neighbor 2001:7f8:54::220 as 39405;
-    description "FranceIX / FULLSAVE-AS";
+	neighbor 2001:7f8:54::220 as 39405;
+	description "FranceIX / FULLSAVE-AS";
 }
 
 #
@@ -250,7 +250,7 @@ protocol bgp equinix_2486 from tpl_equinix_peers {
 	import limit 50;
 }
 protocol bgp equinix_43142 from tpl_equinix_peers {
-    neighbor 2001:7f8:43::4:3142:1 as 43142;
-    description "EquinIX / AS-Adelinovius";
-    import limit 150;
+	neighbor 2001:7f8:43::4:3142:1 as 43142;
+	description "EquinIX / AS-Adelinovius";
+	import limit 150;
 }