diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-12 16:09:29 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-03-12 16:09:29 -0700 |
commit | a4e3b533d7919e34b8b5e7fd42d423b3caec7500 (patch) | |
tree | 8d01769b84cc593c97c1937a93b7ac567601d356 /templates | |
parent | 68e4428b1cf0ce9c8529b0e477ab7c753bc0e57f (diff) | |
download | vyatta-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
Diffstat (limited to 'templates')
-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 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(../@)" \ |