summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2008-08-05 15:37:09 -0700
committerStig Thormodsrud <stig@vyatta.com>2008-08-05 15:37:09 -0700
commit8179a6ec937618630d97a2d80c79f5613adf1b12 (patch)
tree7edff167ded62918956ab341bba7da3ad39008f1
parent74b93606edb78681bfefa166acf179d2714a0e93 (diff)
downloadvyatta-cfg-quagga-8179a6ec937618630d97a2d80c79f5613adf1b12.tar.gz
vyatta-cfg-quagga-8179a6ec937618630d97a2d80c79f5613adf1b12.zip
Fix BGP IPv6 redistribute route-map error message.
-rw-r--r--templates/protocols/bgp/node.tag/ipv6/redistribute/connected/route-map/node.def2
-rw-r--r--templates/protocols/bgp/node.tag/ipv6/redistribute/kernel/route-map/node.def2
-rw-r--r--templates/protocols/bgp/node.tag/ipv6/redistribute/ospfv3/route-map/node.def2
-rw-r--r--templates/protocols/bgp/node.tag/ipv6/redistribute/ripng/route-map/node.def2
-rw-r--r--templates/protocols/bgp/node.tag/ipv6/redistribute/static/route-map/node.def2
5 files changed, 5 insertions, 5 deletions
diff --git a/templates/protocols/bgp/node.tag/ipv6/redistribute/connected/route-map/node.def b/templates/protocols/bgp/node.tag/ipv6/redistribute/connected/route-map/node.def
index 026de05a..b636e5f7 100644
--- a/templates/protocols/bgp/node.tag/ipv6/redistribute/connected/route-map/node.def
+++ b/templates/protocols/bgp/node.tag/ipv6/redistribute/connected/route-map/node.def
@@ -1,4 +1,4 @@
type: txt
help: Set a route map to filter redistributed routes
comp_help: \1 <txt>\t\troute-map name
-commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"protocols bgp $VAR(../../../@) redistribute connected: route-map $VAR(@) doesn't exist"
+commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"protocols bgp $VAR(../../../../@) ipv6 redistribute connected: route-map $VAR(@) doesn't exist"
diff --git a/templates/protocols/bgp/node.tag/ipv6/redistribute/kernel/route-map/node.def b/templates/protocols/bgp/node.tag/ipv6/redistribute/kernel/route-map/node.def
index e513130e..202a548e 100644
--- a/templates/protocols/bgp/node.tag/ipv6/redistribute/kernel/route-map/node.def
+++ b/templates/protocols/bgp/node.tag/ipv6/redistribute/kernel/route-map/node.def
@@ -1,4 +1,4 @@
type: txt
help: Set a route map to filter redistributed routes
comp_help: \1 <txt>\t\troute-map name
-commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"protocols bgp $VAR(../../../@) redistribute kernel: route-map $VAR(@) doesn't exist"
+commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"protocols bgp $VAR(../../../../@) ipv6 redistribute kernel: route-map $VAR(@) doesn't exist"
diff --git a/templates/protocols/bgp/node.tag/ipv6/redistribute/ospfv3/route-map/node.def b/templates/protocols/bgp/node.tag/ipv6/redistribute/ospfv3/route-map/node.def
index e2b5c019..abb61fa7 100644
--- a/templates/protocols/bgp/node.tag/ipv6/redistribute/ospfv3/route-map/node.def
+++ b/templates/protocols/bgp/node.tag/ipv6/redistribute/ospfv3/route-map/node.def
@@ -1,4 +1,4 @@
type: txt
help: Set a route map to filter redistributed routes
comp_help: \1 <txt>\t\troute-map name
-commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"protocols bgp $VAR(../../../@) redistribute ospf: route-map $VAR(@) doesn't exist"
+commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"protocols bgp $VAR(../../../../@) ipv6 redistribute ospfv3: route-map $VAR(@) doesn't exist"
diff --git a/templates/protocols/bgp/node.tag/ipv6/redistribute/ripng/route-map/node.def b/templates/protocols/bgp/node.tag/ipv6/redistribute/ripng/route-map/node.def
index b8461b4c..828652aa 100644
--- a/templates/protocols/bgp/node.tag/ipv6/redistribute/ripng/route-map/node.def
+++ b/templates/protocols/bgp/node.tag/ipv6/redistribute/ripng/route-map/node.def
@@ -1,4 +1,4 @@
type: txt
help: Set a route map to filter redistributed routes
comp_help: \1 <txt>\t\troute-map name
-commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"protocols bgp $VAR(../../../@) redistribute rip: route-map $VAR(@) doesn't exist"
+commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"protocols bgp $VAR(../../../../@) ipv6 redistribute ripng: route-map $VAR(@) doesn't exist"
diff --git a/templates/protocols/bgp/node.tag/ipv6/redistribute/static/route-map/node.def b/templates/protocols/bgp/node.tag/ipv6/redistribute/static/route-map/node.def
index 61352932..90e59e5a 100644
--- a/templates/protocols/bgp/node.tag/ipv6/redistribute/static/route-map/node.def
+++ b/templates/protocols/bgp/node.tag/ipv6/redistribute/static/route-map/node.def
@@ -1,4 +1,4 @@
type: txt
help: Set a route map to filter redistributed routes
comp_help: \1 <txt>\t\troute-map name
-commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"protocols bgp $VAR(../../../@) redistribute static: route-map $VAR(@) doesn't exist"
+commit:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy route-map $VAR(@)\" ";"protocols bgp $VAR(../../../../@) ipv6 redistribute static: route-map $VAR(@) doesn't exist"