summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | release: 0.99.17quagga_0_99_17_releaseDenis Ovsienko2010-08-191-1/+1
| | * | bgpd: fix handling of AS path dataChris Hall2010-08-094-91/+131
| | * | bgpd: tighten bounds checking in RR ORF msg readerChris Hall2010-05-141-9/+40
| | |/
| | * zebra: fix infinite loop when deleting an interfaceRoman Hoog Antink2010-05-051-0/+4
| | * Update for git and emphasize asking for good reports.Greg Troxel2010-05-051-3/+10
| | * build: ignore mkinstalldirs and texinfo.texDavid Lamparter2010-04-284-7187/+2
| | * isisd: change ISIS_METHOD to use C preprocessorDavid Lamparter2010-04-285-13/+20
| | * ospf6d: Fix crash when '[no] ipv6 ospf6 advertise prefix-list' is in startup-...David Ward2010-04-281-10/+18
| | * build/extra: Enhance README.NetBSD make/gmake decision.Greg Troxel2010-04-201-7/+11
| | * ospfd: Only refresh external default route once.Joakim Tjernlund2010-04-181-2/+4
| | * ospfd: Make sure ospf_distribute_list_update_timer() eventually runs.Joakim Tjernlund2010-04-181-2/+2
| | * ospfd: Make sure all external routes are updated.Joakim Tjernlund2010-04-181-17/+17
| | * git: add pointers to out-of-tree workGreg Troxel2010-04-181-0/+34
| | * git: add (generated) m4 files to .gitignoreGreg Troxel2010-04-141-0/+1
| | * doc: fixed spelling in bgpd.texiIvan Moskalyov2010-03-111-1/+1
| | * build: Add QuaggaId to README.NetBSDGreg Troxel2010-03-101-1/+1
| | * release: 0.99.16quagga_0_99_16_releaseDenis Ovsienko2010-03-091-1/+1
| | * lib: undo the last PIE commitStephen Hemminger2010-01-271-3/+0
| | * lib: fix PIE build flagsMathias Krause2010-01-201-0/+3
| | * bgp: use monotonic clock for time of dayStephen Hemminger2010-01-157-46/+43
| | * ospfd: Fix debug messages that were masked by DISCARD_LSAPaul Jakma2010-01-141-3/+4
| | * ospfd: remove unneeded memset from a very hot functionPaul Jakma2010-01-141-1/+0
| | * lib: fix memory loggingDavid Ward2010-01-131-3/+5
| | * zebra: change router-id selection algoStephen Hemminger2009-12-211-10/+6
| | * lib: make some structures constantStephen Hemminger2009-12-213-7/+7
| * | Fix SEGV when closing legacy threaded VTYex20bChris Hall2011-08-021-1/+1
* | | Disable the "~" VTY Terminal prompt.Chris Hall2011-07-213-66/+251
* | | Added features to configure.Chris Hall2011-07-212-639/+48
* | | Update pipework and improve memory reporting.Chris Hall2011-07-2167-4575/+10438
* | | Merge branch 'master' of /git/quagga.euro-ix into pipeworkChris Hall2011-05-244-99/+330
|\| |
| * | Improve writing of pid lock file and error reporting.Chris Hall2011-05-181-34/+58
| * | Fix for changing of prefix-list entries.Chris Hall2011-05-172-65/+248
| * | Fix assert() in lib/vty_cli so does not go off during "write file"Chris Hall2011-05-121-2/+1
| * | Fix to include all new show commands from 0.99.18.Chris Hall2011-04-052-1/+12
* | | Small improvements to speed of reading of configuration file.Chris Hall2011-03-3114-153/+606
* | | Better mechanism for handling depth_mark in vty->vio.Chris Hall2011-03-307-20/+35
* | | Fix compile on older gcc, and other minor fixes.Chris Hall2011-03-294-20/+31
* | | Merge branch 'master' of /git/quagga.euro-ix into pipeworkex16pChris Hall2011-03-2914-71/+83
|\| |
| * | Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-29107-8809/+2639
| * | Correct logging output on 32-bit machines.ex12Chris Hall2011-03-212-60/+59
* | | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-29157-10151/+3873
* | | Upgrade of "pipework" -- including piping to/from shell commandsex11pChris Hall2011-03-2189-9354/+14860
* | | Second tranche of updates for pipework branch.Chris Hall2011-02-1392-11807/+12405
* | | Initial commit to seed the "pipework" branchex10pChris Hall2011-02-1311-0/+2809
* | | Merge branch 'master' into pipework -- sync with ex09Chris Hall2010-12-212-5/+6
|\| |
| * | ex09: Fix "no ip community-list"ex09Chris Hall2010-12-213-5/+24
* | | Creation of pipework branchChris Hall2010-12-2193-4968/+15968
|/ /
* | Remove unneccessary zlog_err message when re-enabling BGP sessionChris Hall2010-12-171-2/+0
* | Fix "neighbor xx peer-group" and "show bgp XX::"Chris Hall2010-12-144-92/+103
* | Change prefix-list to allow: len <= ge <= le <= maxex08Chris Hall2010-12-092-18/+22