summaryrefslogtreecommitdiff
path: root/templates/protocols
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2008-01-22 14:23:21 -0800
committerStig Thormodsrud <stig@vyatta.com>2008-01-22 14:23:21 -0800
commit1b52729976a4520c2beb6db7ffc622dd57d5fe68 (patch)
tree30bf20d36b2c893a691f261063bb4b6c6a814708 /templates/protocols
parent48ee3c96852c6697259919da82e3eabfd6becb6e (diff)
downloadvyatta-cfg-quagga-1b52729976a4520c2beb6db7ffc622dd57d5fe68.tar.gz
vyatta-cfg-quagga-1b52729976a4520c2beb6db7ffc622dd57d5fe68.zip
Ignore spurious error message from 'set bgp <> aggregate-address'debian/0.1
Diffstat (limited to 'templates/protocols')
-rw-r--r--templates/protocols/bgp/node.tag/aggregate-address/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/bgp/node.tag/aggregate-address/node.def b/templates/protocols/bgp/node.tag/aggregate-address/node.def
index 8a92ef2c..71d96db6 100644
--- a/templates/protocols/bgp/node.tag/aggregate-address/node.def
+++ b/templates/protocols/bgp/node.tag/aggregate-address/node.def
@@ -3,7 +3,7 @@ type: ipv4net
help: "Configure BGP aggregate entries"
syntax: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $(@)"
delete: "touch /tmp/`echo $(@) | sed 's!/!!'`.\\$PPID"
-end: "\\${vyatta_sbindir}/vyatta-vtysh.pl -c \"configure terminal\" -c \"router bgp $(../@)\" \
+end: "\\${vyatta_sbindir}/vyatta-vtysh.pl -noerr -c \"configure terminal\" -c \"router bgp $(../@)\" \
-c \"no aggregate-address $(@)\"; \
if [ -f \"/tmp/`echo $(@) | sed 's!/!!'`.\\$PPID\" ]; then \
rm -rf /tmp/`echo $(@) | sed 's!/!!'`.\\$PPID; \