diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-05 11:43:31 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-02-05 11:43:31 -0800 |
commit | 1a7d69a1db8249754ff3a0b43270fb6bfb5d6764 (patch) | |
tree | 1caa26321dd5ed6d8951629c9b304badce64e483 /templates/protocols/rip/node.def | |
parent | ca234139fa6b8ce95c144e422973fd5346e02c14 (diff) | |
download | vyatta-cfg-quagga-1a7d69a1db8249754ff3a0b43270fb6bfb5d6764.tar.gz vyatta-cfg-quagga-1a7d69a1db8249754ff3a0b43270fb6bfb5d6764.zip |
Manage daemons better
1. Shutdown bgp on last neighbor removed
2. use daemon name consistently
3. change options to watchquagga
Diffstat (limited to 'templates/protocols/rip/node.def')
-rw-r--r-- | templates/protocols/rip/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/rip/node.def b/templates/protocols/rip/node.def index f1a08cc5..a77bdb30 100644 --- a/templates/protocols/rip/node.def +++ b/templates/protocols/rip/node.def @@ -1,7 +1,7 @@ help: Configure Routing Information Protocol (RIP) parameters -create: /opt/vyatta/sbin/vyatta-protocol start rip +create: /opt/vyatta/sbin/vyatta-protocol start ripd vyatta-vtysh -c "configure terminal" -c "router rip" delete: vyatta-vtysh -c "configure terminal" -c "no router rip" - /opt/vyatta/sbin/vyatta-protocol stop rip + /opt/vyatta/sbin/vyatta-protocol stop ripd |