diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2008-01-11 13:44:09 -0800 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2008-01-11 13:44:09 -0800 |
commit | 3add3da42dd4a84329f424d8d0f80f3e76108114 (patch) | |
tree | cf375c17b7aeb76a33b75462b4a829a596fc9ab8 /templates/policy | |
parent | b45e64b20f356afb629ff78aecedb00e417a18e1 (diff) | |
download | vyatta-cfg-quagga-3add3da42dd4a84329f424d8d0f80f3e76108114.tar.gz vyatta-cfg-quagga-3add3da42dd4a84329f424d8d0f80f3e76108114.zip |
Fix bug 2615, ignore quagga error from no command
Diffstat (limited to 'templates/policy')
-rw-r--r-- | templates/policy/route-map/node.tag/rule/node.tag/match/community/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/policy/route-map/node.tag/rule/node.tag/match/community/node.def b/templates/policy/route-map/node.tag/rule/node.tag/match/community/node.def index da0d8f44..0ee602c0 100644 --- a/templates/policy/route-map/node.tag/rule/node.tag/match/community/node.def +++ b/templates/policy/route-map/node.tag/rule/node.tag/match/community/node.def @@ -4,7 +4,7 @@ end: "if [ -z \"$(./community-list/)\" ]; then \ echo You must configure a community-list ; \ exit 1 ; \ fi ; \ - \\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" \ + \\${vyatta_sbindir}/vyatta-vtysh.pl -noerr -c \"configure terminal\" \ -c \"route-map $(../../../@) $(../../action/@) $(../../@)\" \ -c \"no match community \" ; \ if [ -f \"/tmp/policy-route-map-$(../../../@)-$(../../action/@)-$(../../@)-match-community.\\$PPID\" ]; then \ |