diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-07-09 16:06:26 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2009-10-13 16:39:08 -0700 |
commit | 53dc1cc6aff4c5a85ce5f5f89007a503a6e363ed (patch) | |
tree | 9010bc1334ad2a58e03b5c071535134d6f0c8ac7 /templates/protocols/ospfv3 | |
parent | 548a22cca3daa57fd592647bc93ae2370c705f94 (diff) | |
download | vyatta-cfg-quagga-53dc1cc6aff4c5a85ce5f5f89007a503a6e363ed.tar.gz vyatta-cfg-quagga-53dc1cc6aff4c5a85ce5f5f89007a503a6e363ed.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
(cherry picked from commit dcebd6d713e76b3e01ba51710693d688e1570cdb)
Diffstat (limited to 'templates/protocols/ospfv3')
-rw-r--r-- | templates/protocols/ospfv3/node.def | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/templates/protocols/ospfv3/node.def b/templates/protocols/ospfv3/node.def index ed48a66c..ea163f18 100644 --- a/templates/protocols/ospfv3/node.def +++ b/templates/protocols/ospfv3/node.def @@ -1,4 +1,3 @@ help: Configure IPv6 Open Shortest Path First protocol (OSPFv3) parameters -begin: sudo /opt/vyatta/sbin/quagga-manager start ospf6d create: vyatta-vtysh -c "configure terminal" -c "router ospf6" delete: vyatta-vtysh -c "configure terminal" -c "no router ospf6" |