Parcourir la source

Update bgp filters : fix the parameter name

Philippe Le Brouster il y a 8 ans
Parent
commit
f3f992a3cd
2 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 1 1
      etc/local/bird/bird/bgp.conf
  2. 1 1
      etc/local/bird/bird6/bgp.conf

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

@@ -8,7 +8,7 @@
 #
 template bgp tpl_bgp {
         # Use MED for routes received by different ASes
-        bgp med;
+        med metric;
 }
 
 

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

@@ -7,7 +7,7 @@
 #
 template bgp tpl_bgp {
         # Use MED for routes received by different ASes
-        bgp med;
+        med metric;
 }