Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-23 | Start OSPF/RIP as needed during config | Stephen Hemminger | |
This only happens if link metrics set but OSPF/RIP not running yet. | |||
2009-03-11 | Remove extra backslash | Stephen Hemminger | |
Don't need extra backslash here. | |||
2009-03-10 | Reload config on restart | Stephen 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-09 | Manage daemon restart correctly | Stephen Hemminger | |
Need to look at exists (after commit) rather than original list of daemons. Bug 4192 | |||
2009-02-19 | Allow start if daemon already running | Stephen Hemminger | |
2009-02-18 | Rework of protocol startup | Stephen Hemminger | |
Use scripts to do start/stop (instead of disable template). Integrate reload into new quagga-manager script |