summaryrefslogtreecommitdiff
path: root/templates/policy/route-map
diff options
context:
space:
mode:
authorJustin Fletcher <jfletcher@phuket.vyatta.com>2007-11-05 17:34:58 -0800
committerJustin Fletcher <jfletcher@phuket.vyatta.com>2007-11-05 17:34:58 -0800
commit56c73bf4dee6082a5a6277b237038b0a68131c8c (patch)
treed6f259d93a857b31cbf6ed85f81315357c520ea0 /templates/policy/route-map
parentf6d78b37ef2c22f273484ccf68aa50e00facf4bf (diff)
downloadvyatta-cfg-quagga-56c73bf4dee6082a5a6277b237038b0a68131c8c.tar.gz
vyatta-cfg-quagga-56c73bf4dee6082a5a6277b237038b0a68131c8c.zip
User message modifications
Diffstat (limited to 'templates/policy/route-map')
-rw-r--r--templates/policy/route-map/node.tag/rule/node.tag/match/as-path/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/policy/route-map/node.tag/rule/node.tag/match/as-path/node.def b/templates/policy/route-map/node.tag/rule/node.tag/match/as-path/node.def
index 57ade6c1..9b6fa886 100644
--- a/templates/policy/route-map/node.tag/rule/node.tag/match/as-path/node.def
+++ b/templates/policy/route-map/node.tag/rule/node.tag/match/as-path/node.def
@@ -1,7 +1,7 @@
type: txt
help: "Match BGP AS path list"
commit: $(../../action/@) != ""; "You must specify an action for route-map $(../../../@) rule $(../../@)"
-commit: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy as-path-list $(@)\"; "aspath-list $(@) doesn't exist"
+commit: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --exists \"policy as-path-list $(@)\"; "AS path list $(@) doesn't exist"
create: "/usr/bin/vtysh -c \"configure terminal\" \
-c \"route-map $(../../../@) $(../../action/@) $(../../@)\" \
-c \"match as-path $(@)\" "