summaryrefslogtreecommitdiff
path: root/templates/protocols/ospfv3
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/ospfv3
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/ospfv3')
-rw-r--r--templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def b/templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def
index eb63a9c2..e04587e1 100644
--- a/templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def
+++ b/templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def
@@ -2,7 +2,7 @@ tag:
type: txt
help: Set direction of filter (in|out)
allowed: echo "in out"
-create:expression: "vyatta-vtysh -c \"configure terminal\" \
+update:expression: "vyatta-vtysh -c \"configure terminal\" \
-c \"router ospf6 \" \
-c \"area $VAR(../../@) filter-list $VAR(../@) $VAR(@) \"; "
delete:expression: "vyatta-vtysh -c \"configure terminal\" \