summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/neighbor
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-01 16:26:55 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-01 16:26:55 -0700
commit84536c188e359a9f046bc8f1c5a3180b3e03ee8b (patch)
treef6340cc11042d3c5d76601f0cac896ccaaec0e36 /templates/protocols/ospf/neighbor
parent9e1f40e27ebf074fd151655557c0de6b6308df92 (diff)
downloadvyatta-cfg-quagga-84536c188e359a9f046bc8f1c5a3180b3e03ee8b.tar.gz
vyatta-cfg-quagga-84536c188e359a9f046bc8f1c5a3180b3e03ee8b.zip
Fix setup of protocols on boot
New CLI appears to require 'update:' rather than 'create:' on tag nodes in order for them to get applied correctly. Workaround this by changing all the create: to update: in Quagga config Bug 4486
Diffstat (limited to 'templates/protocols/ospf/neighbor')
-rw-r--r--templates/protocols/ospf/neighbor/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospf/neighbor/node.def b/templates/protocols/ospf/neighbor/node.def
index e1c9e9e9..dc90d99e 100644
--- a/templates/protocols/ospf/neighbor/node.def
+++ b/templates/protocols/ospf/neighbor/node.def
@@ -1,7 +1,7 @@
tag:
type: ipv4
help: Set neighbor IP address
-create:expression: "vyatta-vtysh -c \"configure terminal\" \
+update:expression: "vyatta-vtysh -c \"configure terminal\" \
-c \"router ospf\" \
-c \"neighbor $VAR(@)\"; "
delete:expression: "vyatta-vtysh -c \"configure terminal\" \