From 8179a6ec937618630d97a2d80c79f5613adf1b12 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Tue, 5 Aug 2008 15:37:09 -0700 Subject: Fix BGP IPv6 redistribute route-map error message. --- .../bgp/node.tag/ipv6/redistribute/connected/route-map/node.def | 2 +- .../protocols/bgp/node.tag/ipv6/redistribute/kernel/route-map/node.def | 2 +- .../protocols/bgp/node.tag/ipv6/redistribute/ospfv3/route-map/node.def | 2 +- .../protocols/bgp/node.tag/ipv6/redistribute/ripng/route-map/node.def | 2 +- .../protocols/bgp/node.tag/ipv6/redistribute/static/route-map/node.def | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'templates') 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 \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 \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 \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 \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 \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" -- cgit v1.2.3