Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix LSB warning | Stephen Hemminger | 2009-03-09 | 1 | -1/+0 |
| | |||||
* | Only print message on shutdown if daemon is running | Stephen Hemminger | 2009-02-24 | 1 | -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 watchquagga | Stephen Hemminger | 2009-02-24 | 1 | -9/+8 |
| | | | | Other daemons started as need by config anyway. | ||||
* | Modified version of daemon startup | Stephen Hemminger | 2009-02-18 | 1 | -23/+35 |
| | | | | | Start daemons at init time based on configuration. This is easier than hacking it into the template priorities | ||||
* | stop all daemons on shutdown | Stephen Hemminger | 2009-02-04 | 1 | -2/+14 |
| | | | | Explicitly shutdown any running routing daemons when zebra is shutdown | ||||
* | Don't start daemons till needed | Stephen Hemminger | 2009-02-04 | 1 | -67/+17 |
| | | | | The protocols will be started by protocols template. | ||||
* | Use start-stop-daemon to retry | Stephen Hemminger | 2008-12-05 | 1 | -23/+8 |
| | | | | | Speed up shutdown by using the existing pid file, and having start-stop-daemon do the retry. | ||||
* | Remove unnecessary modprobe | Stephen Hemminger | 2008-11-24 | 1 | -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 routes | Stephen Hemminger | 2008-08-15 | 1 | -1/+1 |
| | |||||
* | Revert "Rename vyatta-quagga package to quagga" | Stephen Hemminger | 2008-08-12 | 1 | -0/+151 |
| | | | | | | | | This reverts commit b3d1820e48cfd5571ecbc16ed33977141da1e7ad. Conflicts: debian/changelog | ||||
* | Rename vyatta-quagga package to quagga | Stephen Hemminger | 2008-07-31 | 1 | -151/+0 |
| | | | | | Use version string (rather than name) to distinquish vyatta version of package. | ||||
* | Enable IPv6 routing daemons. | Stig Thormodsrud | 2008-07-27 | 1 | -2/+2 |
| | |||||
* | Don't build watchlink | Stephen Hemminger | 2008-04-25 | 1 | -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 watchlink | Stephen Hemminger | 2008-04-18 | 1 | -1/+1 |
| | | | | | The watchlink process causes more problems than it fixes right now. See bugs: 3092, 3145 etc | ||||
* | go back to building watchlink | Stephen Hemminger | 2008-04-18 | 1 | -1/+3 |
| | | | | | | Revert "Disable watchlink from the build" This reverts commit 09d3fdd15c9bf316127f13a9322fdbea13a2628c. | ||||
* | Disable watchlink from the build | Stephen Hemminger | 2008-04-17 | 1 | -3/+1 |
| | | | | No longer build/start/install watchlink | ||||
* | bumped up netlink recv buffer limits for zebra--should alleviate netlink ↵ | Michael Larson | 2008-03-20 | 1 | -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 Larson | 2008-02-06 | 1 | -1/+1 |
| | | | | | | will also need to modify kernel proc settings | ||||
* | hooks to start/stop watchlink daemon with quagga | Michael Larson | 2008-01-10 | 1 | -1/+3 |
| | |||||
* | use default daemon config files rather than /dev/null | Tom Grennan | 2008-01-04 | 1 | -1/+1 |
| | |||||
* | finish vyatta debian config | Tom Grennan | 2008-01-03 | 1 | -28/+31 |
| | |||||
* | initial vyatta-quagga debian config | Tom Grennan | 2008-01-02 | 1 | -0/+148 |