summaryrefslogtreecommitdiff
path: root/templates/protocols/ospf
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2009-02-19 21:46:23 -0800
committerslioch <slioch@eng-140.vyatta.com>2009-02-19 21:46:23 -0800
commit91a04daa3a843bb6cff9de67437763c1dc695960 (patch)
tree528b70d8ccee6e29b672474d1ede2d2f23961dd7 /templates/protocols/ospf
parent63a828c192193c04ca9d9244a586793b7546e2d7 (diff)
downloadvyatta-cfg-quagga-91a04daa3a843bb6cff9de67437763c1dc695960.tar.gz
vyatta-cfg-quagga-91a04daa3a843bb6cff9de67437763c1dc695960.zip
as per discussion with Stephen. update handles shutdown of daemon and explicit stop is not needed. Removed from
delete node, but might promote end action to delete action
Diffstat (limited to 'templates/protocols/ospf')
-rw-r--r--templates/protocols/ospf/node.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/protocols/ospf/node.def b/templates/protocols/ospf/node.def
index 4cdf703f..1fd39bfe 100644
--- a/templates/protocols/ospf/node.def
+++ b/templates/protocols/ospf/node.def
@@ -2,5 +2,4 @@ help: Configure Open Shortest Path First protocol (OSPF) parameters
create: sudo /opt/vyatta/sbin/quagga-manager start ospfd
create: vyatta-vtysh -c "configure terminal" -c "router ospf"
delete: vyatta-vtysh -c "configure terminal" -c "no router ospf"
-delete: sudo /opt/vyatta/sbin/quagga-manager stop ospfd
end: sudo /opt/vyatta/sbin/quagga-manager update