Parcourir la source

bgp: Fix templates/sessions names (in order to match others names)

Sebastien Badia il y a 8 ans
Parent
commit
a13ccc437c
2 fichiers modifiés avec 8 ajouts et 4 suppressions
  1. 4 2
      etc/local/bird/bird/bgp.conf
  2. 4 2
      etc/local/bird/bird6/bgp.conf

+ 4 - 2
etc/local/bird/bird/bgp.conf

@@ -59,10 +59,12 @@ template bgp tpl_ldn {
         export where bgp_export(60197,"full");
 }
 
-protocol bgp member_ldn_cannibalon from tpl_ldn {
+protocol bgp member_ldn1 from tpl_ldn {
+       # cannibalon
        neighbor 80.67.168.197 as 60197;
 }
-protocol bgp member_ldn_eternium from tpl_ldn {
+protocol bgp member_ldn2 from tpl_ldn {
+       # eternium
        neighbor 80.67.168.198 as 60197;
 }
 

+ 4 - 2
etc/local/bird/bird6/bgp.conf

@@ -59,10 +59,12 @@ template bgp tpl_ldn {
         export where bgp_export(60197,"full");
 }
 
-protocol bgp member_ldn_cannibalon from tpl_ldn {
+protocol bgp member_ldn1 from tpl_ldn {
+       # cannibalon
        neighbor 2001:910:0:171::197 as 60197;
 }
-protocol bgp member_ldn_eternium from tpl_ldn {
+protocol bgp member_ldn2 from tpl_ldn {
+       # eternium
        neighbor 2001:910:0:171::198 as 60197;
 }