| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | [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 |
| | * | [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 |
* | | | Fix bgp ipv4/ipv6 accept handling | Stephen Hemminger | 2008-08-24 | 1 | -0/+9 |
* | | | Use XCALLOC | Stephen Hemminger | 2008-08-18 | 7 | -57/+13 |
* | | | Make command nodes static | Stephen Hemminger | 2008-08-11 | 4 | -10/+10 |
* | | | bgp: no need to raise privs when setting up md5 | Stephen Hemminger | 2008-08-06 | 1 | -9/+0 |
* | | | inline bgp flag manipulation | Stephen Hemminger | 2008-08-04 | 2 | -43/+37 |
* | | | remove dead code | Stephen Hemminger | 2008-08-01 | 3 | -3/+5 |
* | | | bgp_config_write_damp should return void | Stephen Hemminger | 2008-08-01 | 2 | -22/+21 |
* | | | Add back in TOS support | Stephen Hemminger | 2008-08-01 | 1 | -0/+14 |
* | | | Make hash compare functions take const args | Stephen Hemminger | 2008-07-31 | 9 | -70/+35 |
* | | | Fix merge problems | Stephen Hemminger | 2008-07-31 | 4 | -57/+4 |
* | | | Merge branch 'upstream' into islavista | Stephen Hemminger | 2008-07-31 | 18 | -379/+437 |
|\| | |
|
| * | | [bgpd] Fix triggerable crash when compiled with --disable-bgp-announce | paul | 2008-07-22 | 4 | -24/+27 |
| * | | [bgpd] fix a couple of trivial compiler warnings | paul | 2008-07-22 | 5 | -17/+25 |
| * | | [bgpd] TCP-MD5: password vty configuration and initial Linux support | paul | 2008-07-21 | 7 | -5/+319 |
| * | | [vty] CMD_AS_RANGE accidently quoted and so not expanded in vty | paul | 2008-07-02 | 3 | -49/+55 |
| * | | [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client | paul | 2008-07-02 | 5 | -11/+23 |
| * | | [bgpd] minor changes to bgp_mp_reach_parse | paul | 2008-06-07 | 3 | -13/+47 |