summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@uffda.(none)>2007-11-06 15:25:59 -0800
committerStig Thormodsrud <stig@uffda.(none)>2007-11-06 15:25:59 -0800
commit4c2116c9cd2b52e1a29c88f62376a450a0e3a231 (patch)
tree321cd4c365ecb0d5032a5176e9839e57fc9fe480 /templates/protocols/ospf
parent206873af79606eb170fbff26137634bab475fec0 (diff)
downloadvyatta-cfg-quagga-4c2116c9cd2b52e1a29c88f62376a450a0e3a231.tar.gz
vyatta-cfg-quagga-4c2116c9cd2b52e1a29c88f62376a450a0e3a231.zip
Fix "delete protocols ospf".
Diffstat (limited to 'templates/protocols/ospf')
-rw-r--r--templates/protocols/ospf/node.def3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/protocols/ospf/node.def b/templates/protocols/ospf/node.def
index 8a8e4f23..2a4148e9 100644
--- a/templates/protocols/ospf/node.def
+++ b/templates/protocols/ospf/node.def
@@ -1 +1,4 @@
help: "Configure OSPF for IPv4"
+create: "/usr/bin/vtysh -c \"configure terminal\" -c \"router ospf\" "
+delete: "/usr/bin/vtysh -c \"configure terminal\" -c \"no router ospf\" "
+