summaryrefslogtreecommitdiff
path: root/scripts/vyatta-protocol
AgeCommit message (Collapse)Author
2009-02-18Rework of protocol startupStephen Hemminger
Use scripts to do start/stop (instead of disable template). Integrate reload into new quagga-manager script
2009-02-13Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-cfg-quagga into jennerStephen Hemminger
Conflicts: scripts/vyatta-protocol
2009-02-11Handle reload of interface propertiesStephen Hemminger
Need to handle ospf and rip property on reload. Since script is no longer general, make it just for quagga.
2009-02-05Move sudo from vyatta-protocol to nodesStephen Hemminger
Much cleaner to do sudo once rather than repeatedly
2009-02-05Move reload to vyatta-cfg-reloadStephen Hemminger
2009-02-05Change reload to restartStephen Hemminger
Need to restart daemon as well in this script
2009-02-05Manage daemons betterStephen Hemminger
1. Shutdown bgp on last neighbor removed 2. use daemon name consistently 3. change options to watchquagga
2009-02-05Fix reloadStephen Hemminger
If setting up transaction fails, then fail the reload Use correct tmp file, and remove if successful.
2009-02-04remove pid files on protocol stopStephen Hemminger
Also remove debug messages
2009-02-04Protocol daemon managementStephen Hemminger
Bug 3828 Start protocols from configuration system, and use watchquagga to restart protocol daemons after failure