| Commit message (Expand) | Author | Age | Files | Lines |
* | [bgp] Fix nexthop reachability check on confederations | Vasilis Tsiligiannis | 2009-07-21 | 1 | -0/+2 |
* | [bgpd] fix typo made by paul in previous commit | Paul Jakma | 2009-07-21 | 1 | -2/+2 |
* | [bgpd] Small buffer overrun in bgp_clear_node_queue_init | Nick Hilliard | 2009-07-21 | 1 | -2/+1 |
* | [bgpd] Stability fixes including bugs 397, 492 | Chris Caputo | 2009-07-19 | 1 | -62/+102 |
* | [bgpd] Log a debug/update warning if filters are configured but don't exist | Paul Jakma | 2009-06-26 | 1 | -7/+39 |
* | [bgpd] Add 'show ip bgp view WORD neighbors IP (advertised|received)-routes' | Tomasz Pala | 2009-06-24 | 1 | -8/+46 |
* | Fix "show ip bgp dampened-paths" garbage output. | Chris Caputo | 2009-06-23 | 1 | -4/+3 |
* | [bgpd] reference count the BGP instance | Stephen Hemminger | 2009-06-18 | 1 | -13/+2 |
* | [bgpd] Make declarations match | Stephen Hemminger | 2009-06-18 | 1 | -2/+2 |
* | [cleanup] functions taking no args should be declared with void args | Stephen Hemminger | 2009-06-12 | 1 | -8/+8 |
* | [cleanup] Convert XMALLOC/memset to XCALLOC | Stephen Hemminger | 2009-06-12 | 1 | -18/+4 |
* | [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> | Denis Ovsienko | 2009-04-30 | 1 | -4/+4 |
* | [bgpd] Fix definition of an rsclient command | Michael Lambert | 2008-09-24 | 1 | -1/+1 |
* | [vty] Add support for a 'restricted mode' with anonymous vty connections | Paul Jakma | 2008-08-23 | 1 | -0/+65 |
* | [warnings] Fix various SOS warnings | Paul Jakma | 2008-08-22 | 1 | -1/+1 |
* | [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcequagga_cvs_finalcvs_head | Paul Jakma | 2008-07-22 | 1 | -6/+4 |
* | + [bgpd] Added new route-map set statement: "as-path ignore" | Denis Ovsienko | 2008-04-10 | 1 | -5/+5 |
* | [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients | Paul Jakma | 2007-08-30 | 1 | -31/+27 |
* | [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit | Paul Jakma | 2007-08-06 | 1 | -25/+393 |
* | [bgpd] bug #370, default-originate was broken by a silly thinko | Paul Jakma | 2007-06-14 | 1 | -1/+1 |
* | [bgpd] Trim memory usage of BGP routes | Paul Jakma | 2007-05-04 | 1 | -164/+302 |
* | [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignored | Paul Jakma | 2007-04-10 | 1 | -3/+20 |
* | [bgpd] Peer delete can race with reconfig leading to crash | Paul Jakma | 2007-02-22 | 1 | -25/+67 |
* | [bgpd] Fix bug where a deleted route that was quickly re-added was being lost | Andrew J. Schorr | 2006-11-28 | 1 | -5/+27 |
* | [bgpd] trivial: non C99 u_int.._t should be uint.._t | Paul Jakma | 2006-10-27 | 1 | -1/+1 |
* | [bgpd] struct peer must have bgp field valid (redistribute crash) | Paul Jakma | 2006-10-22 | 1 | -0/+3 |
* | [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with ... | Paul Jakma | 2006-10-15 | 1 | -1/+2 |
* | [bgpd] reduce the process queue hold time to something more sensible | Paul Jakma | 2006-09-14 | 1 | -1/+1 |
* | [bgpd] RIB statistics address space size shouldnt double count space | Paul Jakma | 2006-09-14 | 1 | -5/+6 |
* | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states | Paul Jakma | 2006-09-14 | 1 | -12/+35 |
* | [bgpd] Add RIB reporting commands, show bgp ... statistics | Paul Jakma | 2006-09-14 | 1 | -26/+411 |
* | [bgpd] Handle pcount as flags are changed, fixing pcount issues | Paul Jakma | 2006-09-07 | 1 | -108/+111 |
* | [bgpd] Add 'show ... neighbor .... prefix-counts' command | Paul Jakma | 2006-09-04 | 1 | -0/+219 |
* | [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usage | Paul Jakma | 2006-05-12 | 1 | -27/+15 |
* | [bgpd] CID #6, remove useless NULL check, bgp_static_update_rsclient | Paul Jakma | 2006-05-12 | 1 | -6/+8 |
* | [bgpd] CID #7, remove useless NULL check, bgp_static_update_main | Paul Jakma | 2006-05-12 | 1 | -6/+8 |
* | [bgpd] Bug #240, Fix route-server crash when static routes are configured | Paul Jakma | 2006-05-08 | 1 | -2/+7 |
* | [bgpd] Fix bug where FSM can stay hung forever in Idle/Clrng | Paul Jakma | 2006-05-04 | 1 | -19/+25 |
* | [bgpd] Start off FSM again once clearing finishes. | Paul Jakma | 2006-03-06 | 1 | -0/+3 |
* | [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. | Paul Jakma | 2006-02-21 | 1 | -79/+66 |
* | [bgpd] trivial readability fix | Paul Jakma | 2006-02-18 | 1 | -2/+3 |
* | [bgpd] Fix peer prefix counts and make it slightly more robust | paul | 2006-02-05 | 1 | -51/+73 |
* | [lib/workqueue] remove the useless 'delay' factor. | paul | 2006-02-02 | 1 | -3/+0 |
* | [compiler] miscellaneous trivial compiler warning fixes | paul | 2006-01-19 | 1 | -1/+1 |
* | 2005-11-14 Paul Jakma <paul.jakma@sun.com> | paul | 2005-11-14 | 1 | -5/+11 |
* | 2005-09-10 Paul Jakma <paul.jakma@sun.com> | paul | 2005-09-10 | 1 | -18/+21 |
* | * bgp_route.c: Third (?) attempt to fix best selection breakage | hasso | 2005-08-26 | 1 | -0/+7 |
* | 2005-08-22 Paul Jakma <paul.jakma@sun.com> | paul | 2005-08-22 | 1 | -111/+96 |
* | 2005-06-28 Paul Jakma <paul.jakma@sun.com> | paul | 2005-06-28 | 1 | -60/+60 |
* | 2005-06-01 Paul Jakma <paul.jakma@sun.com>post_bgp_workqueus | paul | 2005-06-01 | 1 | -116/+323 |