Browse Source

Update bgp filters : fix the parameter name

Philippe Le Brouster 8 years ago
parent
commit
f3f992a3cd
2 changed files with 2 additions and 2 deletions
  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;
 }