summaryrefslogtreecommitdiffstats
path: root/debian
Commit message (Collapse)AuthorAgeFilesLines
* 0.99.11-16debian/0.99.11-16Stephen Hemminger2009-05-061-0/+19
|
* Only start zebra as part of initial bootStephen Hemminger2009-05-011-4/+3
|
* 0.99.11-15debian/0.99.11-15Stephen Hemminger2009-04-301-0/+11
|
* 0.99.11-14debian/0.99.11-14Stephen Hemminger2009-04-291-0/+9
|
* 0.99.11-13debian/0.99.11-13Stephen Hemminger2009-04-281-0/+9
|
* 0.99.11-12debian/0.99.11-12Stephen Hemminger2009-04-131-0/+8
|
* debian/0.99.11-11debian/0.99.11-11Stephen Hemminger2009-04-071-0/+6
|
* 0.99.11-10debian/0.99.11-10Stephen Hemminger2009-04-061-0/+10
|
* 0.99.11-9debian/0.99.11-9Stephen Hemminger2009-03-111-0/+6
|
* Provide debug symbols packageStephen Hemminger2009-03-113-1/+10
| | | | | Make an extra package with debug symbols that can be used if needed for debugging.
* 0.99.11-8debian/0.99.11-8Stephen Hemminger2009-03-091-0/+10
|
* Strip the codeStephen Hemminger2009-03-091-1/+1
| | | | Okay, to strip only removes debug symbols
* fix LSB warningStephen Hemminger2009-03-091-1/+0
|
* Merge branch 'jenner' of 192.168.100.1:git/vyatta-quagga into jennerStephen Hemminger2009-03-091-1/+1
|\
| * 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
* | fix email in changelogStephen Hemminger2009-03-091-2/+2
| |
* | 0.99.11-7debian/0.99.11-7Stephen Hemminger2009-02-241-0/+7
|/
* Change to only start zebra and watchquaggaStephen Hemminger2009-02-241-9/+8
| | | | Other daemons started as need by config anyway.
* 0.99.11-6debian/0.99.11-6Stephen Hemminger2009-02-181-0/+6
|
* 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
* 0.99.11-5debian/0.99.11-5Stephen Hemminger2009-02-121-0/+13
|
* 0.99.11-4debian/0.99.11-4Stephen Hemminger2009-02-091-0/+26
|
* 0.99.11-3debian/0.99.11-3Stephen Hemminger2009-02-051-0/+6
|
* Merge branch 'jenner' of 192.168.100.1:git/vyatta-quagga into jennerStephen Hemminger2009-02-051-2/+14
|\
| * stop all daemons on shutdownStephen Hemminger2009-02-041-2/+14
| | | | | | | | Explicitly shutdown any running routing daemons when zebra is shutdown
* | 0.99.11-2debian/0.99.11-2Stephen Hemminger2009-02-041-0/+7
|/
* Don't start daemons till neededStephen Hemminger2009-02-041-67/+17
| | | | The protocols will be started by protocols template.
* 0.99.11-1debian/0.99.11-1An-Cheng Huang2009-01-071-1/+3
|
* Change compile and linking to not stripStephen Hemminger2008-12-191-2/+2
| | | | | | | | | If a routing daemon crashes, the quagga code sets up a signal handler and catches the exception and produces a backtrace. If the code is not stripped then the backtrace can include symbolic information that can be useful for debugging. Save space by not including full debug symbols.
* Update version and changelogStephen Hemminger2008-12-191-0/+30
|
* Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-quagga into jennerStephen Hemminger2008-12-152-1/+2
|\
| * "files" file should be removed before package buildAn-Cheng Huang2008-12-121-0/+1
| |
| * update maintainer informationAn-Cheng Huang2008-12-121-1/+1
| |
* | Merge branch 'jenner' of suva.vyatta.com:/git/vyatta-quagga into jennerStephen Hemminger2008-12-051-0/+54
|\|
| * Merge branch 'islavista' into jennerRick Balocca2008-12-031-0/+54
| |\
| | * 3.2.0vyatta/3.2.0debian/0.99.10-2Mark O'Brien2008-11-251-0/+54
| | |
* | | 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.
* | | Turn on block rearranging.Stephen Hemminger2008-12-051-1/+1
|/ / | | | | | | This optimization is by default off with -Os
* | 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.
* | add support for development buildAn-Cheng Huang2008-11-191-1/+5
| |
* | Merge in latest quagga (0.99.11)Stephen Hemminger2008-10-271-0/+7
|/ | | | Merge in current upstream version of quagga.
* Merge branch 'hollywood' into islavistaRick Balocca2008-10-161-0/+14
|\ | | | | | | | | | | | | Conflicts: bgpd/ChangeLog debian/changelog
| * 3.1.4vyatta/3.1.4debian/0.99.9-14Mark O'Brien2008-10-141-0/+14
| |
* | Building with optimization for size gives better performanceStephen Hemminger2008-09-251-5/+1
| | | | | | | | | | | | The GCC -Os flag gives better performance for most code (except scientific) because the memory footprint is smaller and more likely to fit in cache.
* | Merge branch 'hollywood' into islavistarbalocca2008-08-261-0/+17
|\| | | | | | | | | | | Conflicts: debian/changelog
| * 3.1.3vyatta/3.1.3debian/0.99.9-13Mark O'Brien2008-08-191-0/+17
| |
* | Enable zebra to manage system routesStephen Hemminger2008-08-151-1/+1
| |
* | Change package name back to vyatta-quaggaStephen Hemminger2008-08-121-4/+4
| |
* | Fix package name in changelogdebian/0.99.10-1Stephen Hemminger2008-08-121-3/+1
| |
* | Revert "Rename vyatta-quagga package to quagga"Stephen Hemminger2008-08-1213-8/+9
| | | | | | | | | | | | | | | | This reverts commit b3d1820e48cfd5571ecbc16ed33977141da1e7ad. Conflicts: debian/changelog