diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-02-19 21:46:23 -0800 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-02-19 21:46:23 -0800 |
commit | 91a04daa3a843bb6cff9de67437763c1dc695960 (patch) | |
tree | 528b70d8ccee6e29b672474d1ede2d2f23961dd7 /templates/protocols/bgp/node.def | |
parent | 63a828c192193c04ca9d9244a586793b7546e2d7 (diff) | |
download | vyatta-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.def | 1 |
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 |