summaryrefslogtreecommitdiff
path: root/templates/protocols/bgp/node.def
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/bgp/node.def
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/bgp/node.def')
-rw-r--r--templates/protocols/bgp/node.def1
1 files changed, 0 insertions, 1 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