summaryrefslogtreecommitdiff
path: root/scripts/quagga-manager
AgeCommit message (Collapse)Author
2009-10-13Remove dynamic start of routing daemonsStephen Hemminger
The CLI begin transaction restrictions make this impossible to do in a stable manner. Related to bug 4537 (cherry picked from commit dcebd6d713e76b3e01ba51710693d688e1570cdb)
2009-10-13Allow starting multiple daemons at onceStephen Hemminger
Avoid having to run script multiple times. (cherry picked from commit 61a47e2f6c508330e779ac10e9b9d7cd0303bd5d)
2009-07-09Use bgpd default import-check flagStephen Hemminger
Move the default import-check enabled from template to command line option in bgpd. This resolves some of the startup issues. (cherry picked from commit a1d23a42ef83968222b0744505986db3e02b0ae8)
2009-07-09Allow status operations as non-root userStephen Hemminger
(cherry picked from commit 466426dba5880bf469b22172769c552cf6aaaab0)
2009-05-26Don't use --name optionStephen Hemminger
I added --name option, but doesn't do what I expected.
2009-05-08Handle multiple requests to start same daemonStephen Hemminger
Templates will ask to start already running daemon, this is okay.
2009-05-08Remove watchquagga stuffStephen Hemminger
The watchquagga startup here is no longer used
2009-05-07Get rid of update actionStephen Hemminger
There were several problems with the quagga-manager update. 1) can not have multiple end: tags in same tree path 2) can not shutdown bgp without losing policy 3) watchquagga timing races
2009-05-07Redefine quagga-manager check as startStephen Hemminger
No need for check if start checks if already running
2009-04-02Don't stop daemon if OSPF/RIP still has parametersStephen Hemminger
Need daemon to hold around parameters for start.
2009-04-02Don't stop daemon if OSPF/RIP still has parametersStephen Hemminger
Need daemon to hold around parameters for start.
2009-04-01Handle ipv6 daemonsStephen Hemminger
Need to do special case IPV6 daemon restart
2009-03-23Start OSPF/RIP as needed during configStephen Hemminger
This only happens if link metrics set but OSPF/RIP not running yet.
2009-03-11Remove extra backslashStephen Hemminger
Don't need extra backslash here.
2009-03-10Reload config on restartStephen Hemminger
The new phased restart requires changes to how restart/reconfig is done. Zebra should just be start/stop, and other daemons do stop/restart.
2009-03-09Manage daemon restart correctlyStephen Hemminger
Need to look at exists (after commit) rather than original list of daemons. Bug 4192
2009-02-19Allow start if daemon already runningStephen Hemminger
2009-02-18Rework of protocol startupStephen Hemminger
Use scripts to do start/stop (instead of disable template). Integrate reload into new quagga-manager script