- b3eeabe bgpd: Fix 'struct peer' memory leaks by Donald Sharp · 9 years ago
- 104576d bgpd: Add some peer_lock/unlock debug code by Donald Sharp · 9 years ago
- 57cd5e7 bgpd: Variable reuse in bgpd/bgpd.c by Denil Vira · 9 years ago
- 84c3840 bgpd: peer_uptime overflows after 1 year by Paul Jakma · 10 years ago
- c9c06d0 lib: straighten out ORF prefix list support by David Lamparter · 10 years ago
- cffe780 bgpd: stop startup timer on stopping BGP (fixes dd49eb1) by David Lamparter · 10 years ago
- dd49eb1 Fix BGP's use of restart bit. by Vipin Kumar · 10 years ago
- b2dd59e bgpd.c: Remove unused store to variable by Paul Jakma · 10 years ago
- 9e7a53c bgpd: implement "next-hop-self all" by Timo Teräs · 11 years ago
- 6b0655a *: nuke ^L (page feed) by David Lamparter · 10 years ago
- d9d4ae5 bgpd: fix crash when allowas-in is done on inactive peer by Stephen Hemminger · 15 years ago
- 8c71e48 bgpd: efficient NLRI packing for AFs != ipv4-unicast by Pradosh Mohapatra · 11 years ago
- 5d804b4 bgpd: support TTL-security with iBGP by Pradosh Mohapatra · 11 years ago
- 5f9adb5 bgpd: factor out eBGP multihop check by David Lamparter · 11 years ago
- 6aa136f bgpd: send notify in OpenSent when stopping manually by Vitaliy Senchyshyn · 11 years ago
- 2fdd455 bgpd: add 'bgp bestpath as-path multipath-relax' by Pradosh Mohapatra · 11 years ago
- 0e4303d bgpd: fix lost passwords of grouped neighbors by Roman Hoog Antink · 12 years ago
- 15c7134 bgpd: store "no neighbor activate" for IPv4 unicast by Christian Franke · 12 years ago
- 9d3f970 bgpd: add replace-as modifier for BGP neighbor by Andrew Certain · 12 years ago
- cccbc01 bgpd: Add "no listen" socket option for the BGP master configuration by Paul Jakma · 12 years ago
- ad12dde Revert "bgpd: Make socket init separate, so unit tests work again." by Paul Jakma · 12 years ago
- 6d85b15 bgpd: remove calls to peer_sort() from fast-path by Jorge Boncompte [DTI2] · 13 years ago
- 10f9bf3 bgpd: optimize bgp_nexthop_self() by Jorge Boncompte [DTI2] · 13 years ago
- 7621f33 bgpd: Make socket init separate, so unit tests work again. by Paul Jakma · 13 years ago
- 3cf6c2b Merge branch 'quagga' into google-bgp-multipath by Avneesh Sachdev · 13 years ago
- f63f06d general: remove inline qualifiers and move in-header functions to objects by Paul Jakma · 14 years ago
- 9206f9e fix set never used warnings by Stephen Hemminger · 13 years ago
- 3cf1288 bgpd: fix "nexthop-local unchanged" (BZ#350) by Dylan Hall · 13 years ago
- 1758dba bgpd: revised fix to --dryrun (BZ#622) by Sergey Y. Afonin · 13 years ago
- 0a28130 bgpd: rename SAFI 3 according to RFC4760 by Denis Ovsienko · 13 years ago
- 165b5ff bgpd: Add new configuration cli for eBGP and iBGP multipath. by Josh Bailey · 13 years ago
- f5a4827 bgpd: refine the setting up of GTSM by Stephen Hemminger · 14 years ago
- 89b6d1f bgpd: Cleanups & fixes for minttl / GTSM by Stephen Hemminger · 14 years ago
- fa411a2 bgpd: RFC 5082 Generalized TTL Security Mechanism support by Nick Hilliard · 14 years ago
- 6595788 bgp: use monotonic clock for time of day by Stephen Hemminger · 15 years ago
- da88ea8 bgpd: code cleanup by Stephen Hemminger · 15 years ago
- 9d87877 bgpd: Fix mistakes in applying 'allow inbound connections to non-default view' by Paul Jakma · 15 years ago
- 4a5f432 [bgpd] delete erroneous extra brace.. by Paul Jakma · 15 years ago
- 2158ad2 bgpd/trivial: Fix indentation in previous by Paul Jakma · 15 years ago
- fc4dc59 bgpd: Allow inbound connections to non-default view by Steve Hill · 15 years ago
- d023aec bgpd: start listener on first instance by Stephen Hemminger · 15 years ago
- 0362195 bgpd: peer action table static/const by Stephen Hemminger · 15 years ago
- 228da42 [bgpd] Stability fixes including bugs 397, 492 by Chris Caputo · 15 years ago
- fd35b94 [bgpd] Bug #533: Fix crash with copy/pasted commands, inc 'no bgp ...' by Paul Jakma · 15 years ago
- 0088b5d [bgpd] reference count the BGP instance by Stephen Hemminger · 16 years ago
- 66e5cd8 [cleanup] functions taking no args should be declared with void args by Stephen Hemminger · 16 years ago
- acde4b8 [bgp] Fix crash on SIGHUP, deref of freed workqueues by Steve Hill · 15 years ago
- aea339f [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net> by Denis Ovsienko · 16 years ago
- 6556d8a Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns" by Paul Jakma · 16 years ago
- d664ae1 [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns by Paul Jakma · 17 years ago
- 0df7c91 [bgpd] TCP-MD5: password vty configuration and initial Linux support by Paul Jakma · 16 years ago
- b608d5b [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client by Paul Jakma · 16 years ago
- 3a02d1f 2007-10-30 Nick Hilliard <nick@inex.ie> by Paul Jakma · 17 years ago
- 37a217a [bgpd] bug #352: IPv6/Multicast address-family config not written out by Paul Jakma · 18 years ago
- 6f58544 [bgpd] struct peer must have bgp field valid (redistribute crash) by Paul Jakma · 18 years ago
- 0cd1c32 [bgpd] Trivial fix of printf format/arg mismatch by Andrew J. Schorr · 18 years ago
- 9fde662 [bgpd] simplify peer refcounts, squash slow peer leak by Paul Jakma · 18 years ago
- ca058a3 [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states by Paul Jakma · 18 years ago
- 1893740 [bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffers by Paul Jakma · 18 years ago
- a625ca3 [bgpd] release peer specific clear queue in peer_free by Paul Jakma · 19 years ago
- 64e580a [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. by Paul Jakma · 19 years ago
- e8e1946 [compiler] miscellaneous trivial compiler warning fixes by paul · 19 years ago
- 94f2b39 2005-06-28 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- e210cf9 2005-06-15 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 200df11 2005-06-01 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 54a6ed3 * bgpd.c: Deleting bgp->rsclient list needs fix similar to pree-groups by hasso · 20 years ago
- b6b7cff * bgpd.c: Don't crash while deleting list of peer-groups. by hasso · 20 years ago
- b5f2960 * bgpd.c: Fix obvious (routeserver patch) merge error. This makes "no by hasso · 20 years ago
- e83e208 2005-05-19 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 22db9de 2005-05-19 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 6811845 * bgpd.texi: Document new "bgp bestpath as-path confed" command. by hasso · 20 years ago
- 1eb8ef2 2005-04-07 Paul Jakma <paul.jakma@sun.com> by paul · 20 years ago
- 6ffd207 * bgp_route.c, bgp_vty.c, bgp_zebra.c, bgpd.[ch]: "enforce-multihop" by hasso · 20 years ago
- 93406d8 * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c, by hasso · 20 years ago
- c950243 * bgp_open.c, bgp_packet.c, bgp_vty.c, bgpd.[ch]: Remove "no neighbor by hasso · 20 years ago
- 3d515fd * bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for old by hasso · 20 years ago
- 0a486e5 * bgpd.[ch], bgp_vty.c, bgp_route.c: "Restart session after 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
- a2b1ecd 2004-10-31 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- fd79ac9 2004-10-13 Paul Jakma <paul@dishone.st> by paul · 20 years ago
- 18a6dce Common router id. by hasso · 20 years ago
- fee0f4c 2004-09-13 Jose Luis Rubio <jrubio@dit.upm.es> by paul · 20 years ago
- 538621f Merge graceful restart capability display and some small fixes from Zebra by hasso · 21 years ago
- e0701b7 Merge bgpd changeset 1176 from Zebra repository by Rivo Nurges. by hasso · 21 years ago
- eb82118 2004-05-01 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- 545acaf 2004-04-16 rivo nurges <rix@estpak.ee> by paul · 21 years ago
- 6ad23f0 2004-02-17 Paul Jakma <paul@dishone.st> by paul · 21 years ago
- 848973c 2003-08-13 kunihiro <kunihiro@zebra.org> by paul · 21 years ago
- 718e374 Initial revision by paul · 22 years ago