| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Bug 2750 bgp: large ASN shown as negative | Mohit Mehta | 2008-03-14 | 2 | -5/+5 |
* | Fix Bug 2750 bgp: large ASN shown as negative | Mohit Mehta | 2008-03-11 | 1 | -14/+14 |
* | fix for bug 2750. will also submit to quagga dvlprs. | Michael Larson | 2008-02-12 | 1 | -4/+4 |
* | + fixed no_set_aspath_prepend() to correctly match existing "set" statement | pilot | 2007-12-18 | 2 | -1/+16 |
* | [bgpd] Fix typo in previous commit to bgp_main.c | paul | 2007-11-21 | 1 | -1/+1 |
* | [bgpd] small fix for crash if 'listenon' argument is not given | paul | 2007-11-13 | 2 | -1/+9 |
* | 2007-10-30 Nick Hilliard <nick@inex.ie> | paul | 2007-11-01 | 6 | -8/+32 |
* | [bgpd] Merge AS4 support | paul | 2007-10-14 | 17 | -366/+1498 |
* | [bgpd] Fix typo, which prevented advertisement of MP (non-IPv4) prefixes | paul | 2007-09-18 | 2 | -1/+8 |
* | [bgpd] low-impact DoS: crash on malformed community with debug set | paul | 2007-09-07 | 3 | -1/+22 |
* | [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients | paul | 2007-08-30 | 3 | -34/+49 |
* | [bgpd] Pass NOSUB to regexec | paul | 2007-08-23 | 2 | -1/+9 |
* | [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit | paul | 2007-08-06 | 7 | -30/+683 |
* | [bgpd] cleanup, compact and consolidate capability parsing code | paul | 2007-08-06 | 6 | -414/+549 |
* | [bgpd] Dont schedule dumps multiple times for same command | paul | 2007-07-31 | 2 | -11/+30 |
* | [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSent | paul | 2007-06-22 | 2 | -3/+10 |
* | [bgpd] bug #370, default-originate was broken by a silly thinko | paul | 2007-06-14 | 2 | -1/+7 |
* | [autoconf] bugs 162,303,178: Fix 'present but can not be compiled' warnings | paul | 2007-05-10 | 2 | -5/+5 |
* | [bgpd] Trim memory usage of BGP routes | paul | 2007-05-04 | 13 | -425/+779 |
* | [bgpd] Use defines for default weight | paul | 2007-04-29 | 3 | -15/+16 |
* | [bgpd] Fix warnings: hash callbacks should match hash API declarations | paul | 2007-04-29 | 6 | -17/+53 |
* | [bgpd] Minor performance improvement patch | ajs | 2007-04-15 | 2 | -10/+16 |
* | [bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in bounds | paul | 2007-04-10 | 2 | -25/+70 |
* | [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignored | paul | 2007-04-10 | 2 | -3/+30 |
* | [bgpd] bug #352: IPv6/Multicast address-family config not written out | paul | 2007-04-10 | 2 | -1/+16 |
* | [bgpd] Peer delete can race with reconfig leading to crash | paul | 2007-02-22 | 3 | -33/+92 |
* | [PtP over ethernet] New peer flag allows much more addressing flexibility | ajs | 2006-12-12 | 2 | -41/+10 |
* | [bgpd] Bug #302, bgpd can get stuck in state Clearing | paul | 2006-12-08 | 2 | -5/+18 |
* | [bgpd] Implement 'debug bgp zebra' to log all messages to and from zebra. | ajs | 2006-11-30 | 4 | -6/+217 |
* | [bgpd] Fix bug where a deleted route that was quickly re-added was being lost | ajs | 2006-11-28 | 2 | -5/+38 |
* | [bgpd] trivial: non C99 u_int.._t should be uint.._t | paul | 2006-10-27 | 2 | -1/+6 |
* | [bgpd] struct peer must have bgp field valid (redistribute crash) | paul | 2006-10-22 | 3 | -9/+25 |
* | [bgpd] Coverity CID #64: Needless NULL check, CID #64: Deref of potentially N... | paul | 2006-10-15 | 2 | -5/+16 |
* | [bgpd] CID#73, potential crash in bgp statistics if called for AFI/SAFI with ... | paul | 2006-10-15 | 2 | -1/+7 |
* | [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st... | paul | 2006-10-15 | 4 | -13/+17 |
* | [daemon startup] Add --dry-run/-C argument to daemons, to check config file s... | paul | 2006-10-15 | 1 | -1/+11 |
* | [bgpd] Trivial fix of printf format/arg mismatch | ajs | 2006-09-19 | 2 | -2/+6 |
* | [bgpd] reduce the process queue hold time to something more sensible | paul | 2006-09-14 | 2 | -1/+4 |
* | [bgpd] RIB statistics address space size shouldnt double count space | paul | 2006-09-14 | 2 | -5/+13 |
* | [bgpd] simplify peer refcounts, squash slow peer leak | paul | 2006-09-14 | 4 | -38/+26 |
* | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states | paul | 2006-09-14 | 9 | -93/+251 |
* | [bgpd] Add RIB reporting commands, show bgp ... statistics | paul | 2006-09-14 | 4 | -26/+447 |
* | [bgpd] Handle pcount as flags are changed, fixing pcount issues | paul | 2006-09-07 | 6 | -126/+157 |
* | [bgpd] Add 'show ... neighbor .... prefix-counts' command | paul | 2006-09-04 | 2 | -0/+226 |
* | [bgpd] fix mtype in XFREE and NULL out freed pointer | paul | 2006-08-27 | 2 | -1/+7 |
* | [bgpd] aspath_loop_check was broken, fix it and the aspath unit test code. | paul | 2006-08-06 | 2 | -3/+9 |
* | [bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffers | paul | 2006-07-27 | 2 | -3/+9 |
* | [bgpd] Fix crash on shutdown of peer | paul | 2006-07-02 | 2 | -19/+28 |
* | [bgpd] expand vty help for neighbor ... update-source | paul | 2006-05-23 | 2 | -4/+13 |
* | [bgpd] CID #4,#5,#9,#10, simplify aspath_print_vty usage | paul | 2006-05-12 | 4 | -30/+24 |