summaryrefslogtreecommitdiff
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
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
-rw-r--r--templates/protocols/bgp/node.def1
-rw-r--r--templates/protocols/ospf/node.def1
-rw-r--r--templates/protocols/rip/node.def1
3 files changed, 0 insertions, 3 deletions
diff --git a/templates/protocols/bgp/node.def b/templates/protocols/bgp/node.def
index b2586eb0..91d7261b 100644
--- a/templates/protocols/bgp/node.def
+++ b/templates/protocols/bgp/node.def
@@ -11,5 +11,4 @@ update: vyatta-vtysh -c "configure terminal" -c "router bgp $VAR(@)"
update: vyatta-vtysh -c "configure terminal" -c "router bgp $VAR(@)" \
-c "bgp network import-check"
delete: vyatta-vtysh -c "configure terminal" -c "no router bgp $VAR(@)"
-delete: sudo /opt/vyatta/sbin/quagga-manager stop bgpd
end: sudo /opt/vyatta/sbin/quagga-manager update
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
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