summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf
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-10-13 16:31:16 -0700
commit0a4d691e4245d42b155ba4a4117915b7a2410abe (patch)
treead15ae215ecf3ad222f9cac3677370a57ee2be92 /templates/protocols/ospf
parent53e0947be374cb1e4c7c1d9d4e51e92ba226ad73 (diff)
downloadvyatta-cfg-quagga-0a4d691e4245d42b155ba4a4117915b7a2410abe.tar.gz
vyatta-cfg-quagga-0a4d691e4245d42b155ba4a4117915b7a2410abe.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')
-rw-r--r--templates/protocols/ospf/area/node.tag/virtual-link/node.def2
-rw-r--r--templates/protocols/ospf/neighbor/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/ospf/area/node.tag/virtual-link/node.def b/templates/protocols/ospf/area/node.tag/virtual-link/node.def
index 614a50cd..b13181b7 100644
--- a/templates/protocols/ospf/area/node.tag/virtual-link/node.def
+++ b/templates/protocols/ospf/area/node.tag/virtual-link/node.def
@@ -2,7 +2,7 @@ tag:
type: ipv4
help: Set a virtual link
syntax:expression: ! $VAR(../@) in "0", "0.0.0.0"; "Can't configure VL over area $VAR(../@)"
-create:expression: "vyatta-vtysh -c \"configure terminal\" \
+update:expression: "vyatta-vtysh -c \"configure terminal\" \
-c \"router ospf\" \
-c \"area $VAR(../@) virtual-link $VAR(@)\"; "
delete:expression: "vyatta-vtysh -c \"configure terminal\" \
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\" \