diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-07-09 16:06:26 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-07-09 16:06:26 -0700 |
commit | dcebd6d713e76b3e01ba51710693d688e1570cdb (patch) | |
tree | ee2ac32d9c6a4f3f341376688e5182639e1b916d /templates/protocols/rip/node.def | |
parent | 8baea0622fbbc6a9e643df2a4bb8fa8a72fd02fa (diff) | |
download | vyatta-cfg-quagga-dcebd6d713e76b3e01ba51710693d688e1570cdb.tar.gz vyatta-cfg-quagga-dcebd6d713e76b3e01ba51710693d688e1570cdb.zip |
Remove dynamic start of routing daemons
The CLI begin transaction restrictions make this impossible to
do in a stable manner.
Related to bug 4537
Diffstat (limited to 'templates/protocols/rip/node.def')
-rw-r--r-- | templates/protocols/rip/node.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/protocols/rip/node.def b/templates/protocols/rip/node.def index 161b883f..541baa8d 100644 --- a/templates/protocols/rip/node.def +++ b/templates/protocols/rip/node.def @@ -1,4 +1,3 @@ help: Configure Routing Information Protocol (RIP) parameters -begin: 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" |