summaryrefslogtreecommitdiff
path: root/scripts/quagga-manager
AgeCommit message (Collapse)Author
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