summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf/area
diff options
context:
space:
mode:
authorStephen Hemminger <stephen.hemminger@vyatta.com>2009-06-02 10:06:42 -0700
committerStephen Hemminger <stephen.hemminger@vyatta.com>2009-10-13 16:34:02 -0700
commit351b49a02e921b43e64bb2d498224da01bd10eee (patch)
tree755e03ecd9a7fd573335b72197aeb9d4bf402543 /templates/protocols/ospf/area
parent0a4d691e4245d42b155ba4a4117915b7a2410abe (diff)
downloadvyatta-cfg-quagga-351b49a02e921b43e64bb2d498224da01bd10eee.tar.gz
vyatta-cfg-quagga-351b49a02e921b43e64bb2d498224da01bd10eee.zip
Convert update: on mulitnodes to create:
This is what CLI Primer says is supposed to work.
Diffstat (limited to 'templates/protocols/ospf/area')
-rw-r--r--templates/protocols/ospf/area/node.tag/virtual-link/node.def2
1 files changed, 1 insertions, 1 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 b13181b7..614a50cd 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(../@)"
-update:expression: "vyatta-vtysh -c \"configure terminal\" \
+create:expression: "vyatta-vtysh -c \"configure terminal\" \
-c \"router ospf\" \
-c \"area $VAR(../@) virtual-link $VAR(@)\"; "
delete:expression: "vyatta-vtysh -c \"configure terminal\" \