diff options
author | Robert Bays <rbays@roatan.(none)> | 2010-05-22 20:54:51 -0700 |
---|---|---|
committer | Robert Bays <rbays@roatan.(none)> | 2010-05-22 20:54:51 -0700 |
commit | c87d1935ae616251a5855983d02a8a2e0aca5b38 (patch) | |
tree | 84d510048b26afe192e3fb6db604c11d52cd7f29 | |
parent | 164520c504e53ad9e9ca490365e1aae28f44e7ab (diff) | |
download | vyatta-cfg-quagga-c87d1935ae616251a5855983d02a8a2e0aca5b38.tar.gz vyatta-cfg-quagga-c87d1935ae616251a5855983d02a8a2e0aca5b38.zip |
fix for bug 5593
-rw-r--r-- | templates/protocols/bgp/node.tag/neighbor/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/bgp/node.tag/neighbor/node.def b/templates/protocols/bgp/node.tag/neighbor/node.def index 765c2fdc..8261e082 100644 --- a/templates/protocols/bgp/node.tag/neighbor/node.def +++ b/templates/protocols/bgp/node.tag/neighbor/node.def @@ -12,7 +12,7 @@ syntax:expression: exec "/opt/vyatta/sbin/vyatta-bgp.pl \ create: if /opt/vyatta/sbin/vyatta-bgp.pl --check-if-peer-group \ --peergroup $VAR(@); then - vyatta-vtysh -c "configure terminal" \ + vyatta-vtysh --noerr -c "configure terminal" \ -c "router bgp $VAR(../@)" \ -c "neighbor $VAR(@) peer-group"; fi; |