| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'quagga_0_99_6_release' into linux-realmsquagga-0.99.6-realms.patch | Jeffrey C. Ollie | 2007-04-09 | 17 | -282/+1429 |
|\ |
|
| * | [bgpd] Bug #302, bgpd can get stuck in state Clearing | Paul Jakma | 2006-12-08 | 2 | -5/+18 |
| * | [bgpd] Implement 'debug bgp zebra' to log all messages to and from zebra. | Andrew J. Schorr | 2006-11-30 | 4 | -6/+217 |
| * | [bgpd] Fix bug where a deleted route that was quickly re-added was being lost | Andrew J. Schorr | 2006-11-28 | 2 | -5/+38 |
| * | [bgpd] trivial: non C99 u_int.._t should be uint.._t | Paul Jakma | 2006-10-27 | 2 | -1/+6 |
| * | [bgpd] struct peer must have bgp field valid (redistribute crash) | Paul Jakma | 2006-10-22 | 3 | -9/+25 |
| * | [bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of potentially N... | Paul Jakma | 2006-10-15 | 2 | -5/+16 |
| * | [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with ... | Paul Jakma | 2006-10-15 | 2 | -1/+7 |
| * | [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st... | Paul Jakma | 2006-10-15 | 4 | -13/+17 |
| * | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s... | Paul Jakma | 2006-10-15 | 1 | -1/+11 |
| * | [bgpd] Trivial fix of printf format/arg mismatch | Andrew J. Schorr | 2006-09-19 | 2 | -2/+6 |
| * | [bgpd] reduce the process queue hold time to something more sensible | Paul Jakma | 2006-09-14 | 2 | -1/+4 |
| * | [bgpd] RIB statistics address space size shouldnt double count space | Paul Jakma | 2006-09-14 | 2 | -5/+13 |
| * | [bgpd] simplify peer refcounts, squash slow peer leak | Paul Jakma | 2006-09-14 | 4 | -38/+26 |
| * | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states | Paul Jakma | 2006-09-14 | 9 | -93/+251 |
| * | [bgpd] Add RIB reporting commands, show bgp ... statistics | Paul Jakma | 2006-09-14 | 4 | -26/+447 |
| * | [bgpd] Handle pcount as flags are changed, fixing pcount issues | Paul Jakma | 2006-09-07 | 6 | -126/+157 |
| * | [bgpd] Add 'show ... neighbor .... prefix-counts' command | Paul Jakma | 2006-09-04 | 2 | -0/+226 |
* | | Appying patch from http://vcalinus.gemenii.ro/quagga-0.99.5-realms.diffquagga-0.99.5-realms.diff | Calin Velea | 2007-04-09 | 9 | -2/+566 |
|/ |
|
* | [bgpd] fix mtype in XFREE and NULL out freed pointer | Paul Jakma | 2006-08-27 | 2 | -1/+7 |
* | [bgpd] aspath_loop_check was broken, fix it and the aspath unit test code. | Paul Jakma | 2006-08-06 | 2 | -3/+9 |
* | [bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffers | Paul Jakma | 2006-07-27 | 2 | -3/+9 |
* | [bgpd] Fix crash on shutdown of peer | Paul Jakma | 2006-07-02 | 2 | -19/+28 |
* | [bgpd] expand vty help for neighbor ... update-source | Paul Jakma | 2006-05-23 | 2 | -4/+13 |
* | [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usage | Paul Jakma | 2006-05-12 | 4 | -30/+24 |
* | [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclient | Paul Jakma | 2006-05-12 | 2 | -6/+9 |
* | [bgpd] CID #7, remove useless NULL check, bgp_static_update_main | Paul Jakma | 2006-05-12 | 2 | -6/+11 |
* | [bgpd] Remove dead code in ORIGINATOR_ID packet forming code | Paul Jakma | 2006-05-12 | 2 | -7/+7 |
* | [bgpd] Bug #240, Fix route-server crash when static routes are configured | Paul Jakma | 2006-05-08 | 2 | -2/+11 |
* | [bgpd] CID#62 fix double-free, use-after-free in community_str2com | Paul Jakma | 2006-05-08 | 2 | -1/+6 |
* | [bgpd] Fix bug where FSM can stay hung forever in Idle/Clrng | Paul Jakma | 2006-05-04 | 2 | -19/+40 |
* | [bgpd] bug #210: Enable crucial VPNv4 code which was disabled | Paul Jakma | 2006-05-04 | 4 | -16/+26 |
* | [bgpd] Fix infinite loop in community_str2com | Paul Jakma | 2006-03-30 | 2 | -6/+20 |
* | [bgpd] release peer specific clear queue in peer_free | Paul Jakma | 2006-03-30 | 2 | -1/+9 |
* | [bgpd] trivial: use a distinct memtype for struct bgp_synchronize | Paul Jakma | 2006-03-30 | 2 | -1/+4 |
* | [bgpd] Add 'show bgp memory' for stats on fixed-size allocations in bgpd | Paul Jakma | 2006-03-30 | 2 | -19/+189 |
* | [bgpd] Include header dependency in bgp_nexthop.h | Paul Jakma | 2006-03-30 | 2 | -0/+7 |
* | [bgpd] rearrange some structs for less padding, stats for table/attrs. | Paul Jakma | 2006-03-30 | 6 | -55/+100 |
* | [bgpd] Start off FSM again once clearing finishes. | Paul Jakma | 2006-03-06 | 2 | -0/+8 |
* | [bgpd] Add Clrng description to bgp summary state. | Paul Jakma | 2006-02-21 | 2 | -0/+4 |
* | [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. | Paul Jakma | 2006-02-21 | 9 | -96/+126 |
* | [bgpd] trivial readability fix | Paul Jakma | 2006-02-18 | 2 | -2/+6 |
* | [bug #89] Fix leak of community when set community is used | Paul Jakma | 2006-02-18 | 2 | -2/+17 |
* | [bgpd] trivial fix for gcc warning | paul | 2006-02-05 | 2 | -2/+4 |
* | [bgpd] Fix peer prefix counts and make it slightly more robust | paul | 2006-02-05 | 3 | -51/+87 |
* | [lib/workqueue] remove the useless 'delay' factor. | paul | 2006-02-02 | 2 | -3/+5 |
* | [compiler] miscellaneous trivial compiler warning fixes | paul | 2006-01-19 | 13 | -40/+15 |
* | [zserv] fix up custom isisd and bgpd Zserv functions for new format. | paul | 2006-01-17 | 2 | -24/+68 |
* | [bgpd] add aspath_finish, static resource cleanup function. | paul | 2006-01-16 | 3 | -8/+24 |
* | [bgpd] fix some leaks introduced in aspath rewrite. | paul | 2006-01-16 | 2 | -5/+21 |