- 8794e8d bgpd: Fix regression in args consolidation, total should be inited from args by Paul Jakma · 13 years ago
- fa5831e bgpd: bgp_attr_flags_diagnose shouldn't assert by Paul Jakma · 13 years ago
- fa61e16 bgpd: attr_parse call to attr_malformed should deal with PROCEED error case by Paul Jakma · 13 years ago
- 683f2b8 bgpd: Fix silly mistake in bgp_attr_flag_invalid by Paul Jakma · 13 years ago
- bd471fe bgpd: malformed attribute error that can still proceed should fixup getp by Paul Jakma · 13 years ago
- 835315b bgpd: Move up flag-check calls, parcel up attr-parser args, and other cleanups by Paul Jakma · 13 years ago
- 3ecab4c bgpd: consolidate attribute flag checks by Paul Jakma · 13 years ago
- f31d692 bgpd: Fix incorrect attribute type code in call to bgp_attr_malformed by Paul Jakma · 13 years ago
- 83a9a22 bgpd: Improve flag error messages in bgp_attr_aspath by Paul Jakma · 13 years ago
- afcb767 bgpd: rewrite attr flag error logging by Denis Ovsienko · 13 years ago
- 9206f9e fix set never used warnings by Stephen Hemminger · 13 years ago
- ce0af6f bgpd: fix memory leak for extra attributes by Oleg A. Arkhangelsky · 13 years ago
- 2675518 bgpd: fix 2 more cases of length error reporting by Denis Ovsienko · 13 years ago
- b4cd242 bgpd: check AGGREGATOR attr flags (BZ#678) by Denis Ovsienko · 13 years ago
- bbb04bf bgpd: fix more regressions in attr flag checks by Denis Ovsienko · 13 years ago
- abc384f bgpd: use bgp_attr_malformed() by Denis Ovsienko · 13 years ago
- 565b828 bgpd: add flag checks for MP_(UN)REACH_NLRI by Denis Ovsienko · 13 years ago
- f8627ff bgpd: fix spelling of CLUSTER_LIST by Denis Ovsienko · 13 years ago
- 0b83044 bgpd: check CLUSTER_LIST attribute flags by Denis Ovsienko · 13 years ago
- d595b56 bgpd: check ORIGINATOR_ID attribute flags by Denis Ovsienko · 13 years ago
- a5b228b bgpd: fix regression in improved attr flag checks by Denis Ovsienko · 13 years ago
- a624cae bgpd: improve attr length error handling (BZ#679) by Denis Ovsienko · 13 years ago
- b84b62d bgpd: improve attr flags checks by Denis Ovsienko · 13 years ago
- 2d42e68 bgpd: ignore 4 bits of attribute flags byte by Denis Ovsienko · 13 years ago
- 214bcaa bgpd: add missing "partial" flag checks (BZ#676) by Denis Ovsienko · 13 years ago
- bc3443e bgpd: improve NEXT_HOP attribute checks (BZ#680) by Denis Ovsienko · 13 years ago
- 42e6d74 bgpd: more SAFI fixes by Denis Ovsienko · 13 years ago
- 9eba2ad bgpd: check ATOMIC_AGGREGATE attr flags (BZ#678) by Denis Ovsienko · 13 years ago
- 2cfadf0 bgpd: check MULTI_EXIT_DISC attr flags (BZ#677) by Denis Ovsienko · 13 years ago
- 0ea968d bgpd: check LOCAL_PREF attribute flags (BZ#674) by Denis Ovsienko · 13 years ago
- d68ab10 bgpd: consistent log msg format (BZ#565) by heasley · 13 years ago
- 036a6e6 Merge branch 'attr-errors' by Paul Jakma · 13 years ago
- 31d0f1b bgpd: Fix merge error in jhash commit by Paul Jakma · 14 years ago
- 98e30f5 bgpd: attribute jhash call should use a standard interface to in6_addr data by Stephen Hemminger · 14 years ago
- b881c70 bgpd: Implement revised error handling for partial optional/trans. attributes by Paul Jakma · 14 years ago
- c8f3fe3 bgpd: Remove AS Path limit/TTL functionality by Paul Jakma · 14 years ago
- f6f434b bgpd: Try fix extcommunity resource allocation probs, particularly with 'set extcom..' by Paul Jakma · 14 years ago
- ab00529 bgpd: Rollback some of the changes made for invalid AS_PATH segment fix by Paul Jakma · 14 years ago
- 0c46638 bgpd/security: CVE-2010-1674 Fix crash due to extended-community parser error by Paul Jakma · 14 years ago
- c8e7b89 bgpd: use Jenkins hash for BGP transit, cluster and attr hashes by Stephen Hemminger · 14 years ago
- 4c9641b bgpd, lib: adopt afi_t and safi_t in several places by Michael Lambert · 14 years ago
- cddb811 bgpd: fix handling of AS path data by Chris Hall · 14 years ago
- 66bed4f bgpd: Workaround for invalid MBGP next hop by Michael Lambert · 15 years ago
- ca87e1d bgpd: Implement BGP confederation error handling (RFC5065, Par. 5) by Vasilis Tsiligiannis · 15 years ago
- 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
- 9bddac4 [bgpd/cleanup] BGP make attribute variables local by Stephen Hemminger · 16 years ago
- 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
- 393deb9 [cleanup] Convert XMALLOC/memset to XCALLOC by Stephen Hemminger · 16 years ago
- aea339f [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> by Denis Ovsienko · 16 years ago
- 30a2231 [warnings] Fix various SOS warnings by Paul Jakma · 16 years ago
- ffe11cf [lib] hash compare function arguments ought to be const qualified by Stephen Hemminger · 16 years ago
- 851a1a5 [bgpd] fix a couple of trivial compiler warnings by Paul Jakma · 16 years ago
- 0329280 [bgpd] minor changes to bgp_mp_reach_parse by Paul Jakma · 16 years ago
- a15cfd1 [bgpd] bug #419: partial aspath-limit incorrectly causes session reset by Paul Jakma · 16 years ago
- 693b67b [bgpd] remove unnecessary 0 entries from struct message's by Paul Jakma · 17 years ago
- 370b64a [bgpd] Fix number of DoS security issues, restricted to configured peers. by Paul Jakma · 17 years ago
- 0b2aa3a [bgpd] Merge AS4 support by Paul Jakma · 17 years ago
- b2ceea1 [bgpd] low-impact DoS: crash on malformed community with debug set by Paul Jakma · 17 years ago
- 9eda90c [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclients by Paul Jakma · 17 years ago
- 4136717 [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit by Paul Jakma · 17 years ago
- fb982c2 [bgpd] Trim memory usage of BGP routes by Paul Jakma · 18 years ago
- 03e214c [bgpd] Use defines for default weight by Paul Jakma · 18 years ago
- 923de65 [bgpd] Fix warnings: hash callbacks should match hash API declarations by Paul Jakma · 18 years ago
- 6e4ab12 [bgpd] Bug #354: Take care to keep reads of MP_(UN)REACH_NLRI in bounds by Paul Jakma · 18 years ago
- 34c3f81 [bgpd] Remove dead code in ORIGINATOR_ID packet forming code by Paul Jakma · 19 years ago
- a3b6ea5 [bgpd] bug #210: Enable crucial VPNv4 code which was disabled by Paul Jakma · 19 years ago
- cbdfbaa [bgpd] rearrange some structs for less padding, stats for table/attrs. by Paul Jakma · 19 years ago
- e8e1946 [compiler] miscellaneous trivial compiler warning fixes by paul · 19 years ago
- fe69a50 2005-09-10 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 94f2b39 2005-06-28 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 9985f83 2005-02-09 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 3d515fd * bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for old by hasso · 20 years ago
- f418446 * bgp_nexthop.c: Improve debug. by hasso · 20 years ago
- c29fdba Add comments with warnings obtained on NetBSD/i386. Both are due to by gdt · 20 years ago
- 557865c 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu> by ajs · 20 years ago
- a2b1ecd 2004-10-31 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- fee0f4c 2004-09-13 Jose Luis Rubio <jrubio@dit.upm.es> by paul · 20 years ago
- 5228ad2 2004-06-04 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 4372df7 Merge bgpd changeset 1184 from Zebra repository by Rivo Nurges. by hasso · 21 years ago
- a384592 2003-10-18 Lorenzo Colitti <lorenzo@ripe.net> by paul · 21 years ago
- 718e374 Initial revision by paul · 22 years ago