Parcourir la source

fix: typo in the bgp import filter.

Philippe Le Brouster il y a 10 ans
Parent
commit
647a26f281
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      etc/local/bird/common/bgp-filters.conf

+ 1 - 1
etc/local/bird/common/bgp-filters.conf

@@ -50,7 +50,7 @@ function bgp_import( int AS; string import_type; int community)
     # communities cleaning (only communities handled by Gitoyen are kept)
     # communities cleaning (only communities handled by Gitoyen are kept)
     if import_type = "transit" then  bgp_community.delete( [(20766,*)] );
     if import_type = "transit" then  bgp_community.delete( [(20766,*)] );
     if import_type = "peering" then  bgp_community.delete( [(20766,*)] );
     if import_type = "peering" then  bgp_community.delete( [(20766,*)] );
-    if import_type = "membre"  then  bgp_community.filter( [(20766,9999)] );
+    if import_type = "member"  then  bgp_community.filter( [(20766,9999)] );
 
 
     # adding the community to identify the source of the route
     # adding the community to identify the source of the route
     # fr: ajout de la communaute pour identifier la source de la route
     # fr: ajout de la communaute pour identifier la source de la route