summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-12 16:09:29 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-03-12 16:09:29 -0700
commita4e3b533d7919e34b8b5e7fd42d423b3caec7500 (patch)
tree8d01769b84cc593c97c1937a93b7ac567601d356
parent68e4428b1cf0ce9c8529b0e477ab7c753bc0e57f (diff)
downloadvyatta-cfg-quagga-a4e3b533d7919e34b8b5e7fd42d423b3caec7500.tar.gz
vyatta-cfg-quagga-a4e3b533d7919e34b8b5e7fd42d423b3caec7500.zip
Replace update with create on multi-node
Avoid config issues with update on multi-node
-rw-r--r--templates/protocols/bgp/node.tag/neighbor/node.def2
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 2699782b..c9001078 100644
--- a/templates/protocols/bgp/node.tag/neighbor/node.def
+++ b/templates/protocols/bgp/node.tag/neighbor/node.def
@@ -8,7 +8,7 @@ comp_help:
syntax:expression: exec "/opt/vyatta/sbin/vyatta-bgp.pl \
--check-peer-name $VAR(@)"
-update: if /opt/vyatta/sbin/vyatta-bgp.pl --check-if-peer-group \
+create: if /opt/vyatta/sbin/vyatta-bgp.pl --check-if-peer-group \
--peergroup $VAR(@); then
vyatta-vtysh -c "configure terminal" \
-c "router bgp $VAR(../@)" \