summaryrefslogtreecommitdiffstats
path: root/debian/vyatta-quagga.init.d
Commit message (Collapse)AuthorAgeFilesLines
* Add daemons being shutdown to logStephen Hemminger2009-05-081-1/+4
|
* Fix startup log messageStephen Hemminger2009-05-081-2/+3
| | | | Need to add back proper log_end_msg
* Use quagga-manager for start-stopStephen Hemminger2009-05-081-18/+7
| | | | | Need to have only one place where daemons are started, otherwise there will be bugs.
* Updates to init scriptStephen Hemminger2009-05-071-11/+36
| | | | | | 1. Don't depend on quagga-manager because later changes may have to change what it does 2. Add LSB status function
* Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-quagga into jennerStephen Hemminger2009-05-071-1/+2
|\ | | | | | | | | Conflicts: debian/vyatta-quagga.init.d
| * Only start zebra as part of initial bootStephen Hemminger2009-05-011-4/+3
| |
* | Don't start watchquagga during bootStephen Hemminger2009-05-071-3/+2
|/
* fix LSB warningStephen Hemminger2009-03-091-1/+0
|
* Only print message on shutdown if daemon is runningStephen Hemminger2009-02-241-1/+1
| | | | | Check for pid file, and only print if daemon is running. But always call start-stop anyway as backup
* Change to only start zebra and watchquaggaStephen Hemminger2009-02-241-9/+8
| | | | Other daemons started as need by config anyway.
* Modified version of daemon startupStephen Hemminger2009-02-181-23/+35
| | | | | Start daemons at init time based on configuration. This is easier than hacking it into the template priorities
* stop all daemons on shutdownStephen Hemminger2009-02-041-2/+14
| | | | Explicitly shutdown any running routing daemons when zebra is shutdown
* Don't start daemons till neededStephen Hemminger2009-02-041-67/+17
| | | | The protocols will be started by protocols template.
* Use start-stop-daemon to retryStephen Hemminger2008-12-051-23/+8
| | | | | Speed up shutdown by using the existing pid file, and having start-stop-daemon do the retry.
* Remove unnecessary modprobeStephen Hemminger2008-11-241-10/+0
| | | | | | Capabilities are always built into the vyatta kernel (don't think they can even be a module anymore). So avoid overhead of unneeeded modprobe on boot.
* Enable zebra to manage system routesStephen Hemminger2008-08-151-1/+1
|
* Revert "Rename vyatta-quagga package to quagga"Stephen Hemminger2008-08-121-0/+151
| | | | | | | | This reverts commit b3d1820e48cfd5571ecbc16ed33977141da1e7ad. Conflicts: debian/changelog
* Rename vyatta-quagga package to quaggaStephen Hemminger2008-07-311-151/+0
| | | | | Use version string (rather than name) to distinquish vyatta version of package.
* Enable IPv6 routing daemons.Stig Thormodsrud2008-07-271-2/+2
|
* Don't build watchlinkStephen Hemminger2008-04-251-3/+1
| | | | | Watchlink is no longer needed, and if it was used it would interfere with other route management. Therefore don't build it.
* Don't start watchlinkStephen Hemminger2008-04-181-1/+1
| | | | | The watchlink process causes more problems than it fixes right now. See bugs: 3092, 3145 etc
* go back to building watchlinkStephen Hemminger2008-04-181-1/+3
| | | | | | Revert "Disable watchlink from the build" This reverts commit 09d3fdd15c9bf316127f13a9322fdbea13a2628c.
* Disable watchlink from the buildStephen Hemminger2008-04-171-3/+1
| | | | No longer build/start/install watchlink
* bumped up netlink recv buffer limits for zebra--should alleviate netlink ↵Michael Larson2008-03-201-1/+1
| | | | | | error msgs that occur under large routing tables when layer 2 event occurs.
* force so_recvbuf size to 223232 (double of 111616) for netlink in zebra. ↵Michael Larson2008-02-061-1/+1
| | | | | | will also need to modify kernel proc settings
* hooks to start/stop watchlink daemon with quaggaMichael Larson2008-01-101-1/+3
|
* use default daemon config files rather than /dev/nullTom Grennan2008-01-041-1/+1
|
* finish vyatta debian configTom Grennan2008-01-031-28/+31
|
* initial vyatta-quagga debian configTom Grennan2008-01-021-0/+148