| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | [bgpd] bug #419: partial aspath-limit incorrectly causes session reset | paul | 2008-06-01 | 2 | -2/+10 |
| * | [daemons] Sanity check port number arguments before use | paul | 2008-05-29 | 1 | -2/+8 |
| * | + [bgpd] Added new route-map set statement: "as-path ignore" | pilot | 2008-04-10 | 5 | -10/+211 |
| * | [bgpd] remove unnecessary 0 entries from struct message's | paul | 2008-03-13 | 4 | -9/+5 |
| * | [bgpd] fix crash on startup if compiled IPv4-only | paul | 2008-01-29 | 2 | -5/+9 |
| * | [bgpd] Fix number of DoS security issues, restricted to configured peers. | paul | 2007-12-22 | 5 | -8/+53 |
| * | + 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 |