diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-06-02 10:06:42 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-07-09 16:50:06 -0700 |
commit | 753d4aaca9b0e0ffe21b0c02106ce8bfe03b803a (patch) | |
tree | 98fea8e842cadd9bc4ad76b3575efb270078d57d /templates/protocols/ospfv3 | |
parent | 6f0d0febd81bd05f5d4a70e1663e26a7dfd38c35 (diff) | |
download | vyatta-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/ospfv3')
-rw-r--r-- | templates/protocols/ospfv3/area/node.tag/.filter-list/node.tag/node.def | 2 |
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 e04587e1..eb63a9c2 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" -update:expression: "vyatta-vtysh -c \"configure terminal\" \ +create:expression: "vyatta-vtysh -c \"configure terminal\" \ -c \"router ospf6 \" \ -c \"area $VAR(../../@) filter-list $VAR(../@) $VAR(@) \"; " delete:expression: "vyatta-vtysh -c \"configure terminal\" \ |