diff options
author | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2007-11-05 17:34:58 -0800 |
---|---|---|
committer | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2007-11-05 17:34:58 -0800 |
commit | 56c73bf4dee6082a5a6277b237038b0a68131c8c (patch) | |
tree | d6f259d93a857b31cbf6ed85f81315357c520ea0 /templates/policy/route-map | |
parent | f6d78b37ef2c22f273484ccf68aa50e00facf4bf (diff) | |
download | vyatta-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.def | 2 |
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 $(@)\" " |