Browse Source

update neutrinet peering ipv6

Julien Rabier 8 years ago
parent
commit
6ba83d3a62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      etc/local/bird/bird6/bgp.conf

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

@@ -89,7 +89,7 @@ template bgp tpl_neutrinet {
 }
 }
 
 
 protocol bgp member_neutrinet from tpl_neutrinet {
 protocol bgp member_neutrinet from tpl_neutrinet {
-	neighbor 2001:910:0:108::237 as 204059;
+	neighbor 2001:910:0:108::238 as 204059;
 }
 }