Parcourir la source

conf: Fix mixup between member and membre

Sebastien Badia il y a 7 ans
Parent
commit
11e19ccdc9
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      etc/local/bird/bird/bgp.conf

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

@@ -44,10 +44,10 @@ template bgp tpl_fdn from tpl_bgp {
         export where bgp_export(65055,"default");
         export where bgp_export(65055,"default");
 }
 }
 
 
-protocol bgp membre_fdn1 from tpl_fdn {
+protocol bgp member_fdn1 from tpl_fdn {
 	neighbor 80.67.168.213 as 65055;
 	neighbor 80.67.168.213 as 65055;
 }
 }
-protocol bgp membre_fdn2 from tpl_fdn {
+protocol bgp member_fdn2 from tpl_fdn {
 	neighbor 80.67.168.214 as 65055;
 	neighbor 80.67.168.214 as 65055;
 }
 }