summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
Diffstat (limited to 'templates')
-rw-r--r--templates/protocols/ospf/area/node.tag/network/node.def3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/protocols/ospf/area/node.tag/network/node.def b/templates/protocols/ospf/area/node.tag/network/node.def
index b6480f54..2ac292d3 100644
--- a/templates/protocols/ospf/area/node.tag/network/node.def
+++ b/templates/protocols/ospf/area/node.tag/network/node.def
@@ -1,7 +1,8 @@
+multi:
type: ipv4net
help: "OSPF network"
syntax: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $(@)"
-update: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
+create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
-c \"network $(@) area $(../@)\"; "
delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" \
-c \"no network $(@) area $(../@)\"; "