From c87d1935ae616251a5855983d02a8a2e0aca5b38 Mon Sep 17 00:00:00 2001 From: Robert Bays Date: Sat, 22 May 2010 20:54:51 -0700 Subject: fix for bug 5593 --- templates/protocols/bgp/node.tag/neighbor/node.def | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.2.3