summaryrefslogtreecommitdiff
path: root/templates/protocols/rip
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/rip
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/rip')
-rw-r--r--templates/protocols/rip/node.def1
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/protocols/rip/node.def b/templates/protocols/rip/node.def
index 2c2d300c..648ecf49 100644
--- a/templates/protocols/rip/node.def
+++ b/templates/protocols/rip/node.def
@@ -2,5 +2,4 @@ help: Configure Routing Information Protocol (RIP) parameters
create: sudo /opt/vyatta/sbin/quagga-manager start ripd
create: vyatta-vtysh -c "configure terminal" -c "router rip"
delete: vyatta-vtysh -c "configure terminal" -c "no router rip"
-delete: sudo /opt/vyatta/sbin/quagga-manager stop ripd
end: sudo /opt/vyatta/sbin/quagga-manager update