Browse Source

fix: typo in the bgp import filter.

Philippe Le Brouster 10 years ago
parent
commit
647a26f281
1 changed files with 1 additions and 1 deletions
  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)
     if import_type = "transit" 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
     # fr: ajout de la communaute pour identifier la source de la route