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-07-09 16:50:06 -0700
commit753d4aaca9b0e0ffe21b0c02106ce8bfe03b803a (patch)
tree98fea8e842cadd9bc4ad76b3575efb270078d57d /templates/protocols/ospf/area
parent6f0d0febd81bd05f5d4a70e1663e26a7dfd38c35 (diff)
downloadvyatta-cfg-quagga-753d4aaca9b0e0ffe21b0c02106ce8bfe03b803a.tar.gz
vyatta-cfg-quagga-753d4aaca9b0e0ffe21b0c02106ce8bfe03b803a.zip
Convert update: on mulitnodes to create:
This is what CLI Primer says is supposed to work. (cherry picked from commit 4cb6efba141b1e54ee78077410dd027a8fcf1a39)
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\" \