- 5bc62ca isisd,ospf6d,bgpd: Fix GCC 6 warnings on indentation not matching control flow by Paul Jakma · 8 years ago
- 670f3db bgpd: fix invalid memory access in peer_free() by Renato Westphal · 8 years ago
- e3443a2 bgpd: simplify ebgp-multihop and ttl-security handling by Timo Teräs · 8 years ago
- 19e6c19 bgpd: bgp_nexthop_cache not deleted with peers by Paul Jakma · 8 years ago
- d9ab53a bgpd, zebra: Use next hop tracking for connected routes too by Dinesh Dutt · 10 years ago
- 5bcd754 bgpd: crash if attributes alone consume > 4096 bytes by Daniel Walton · 10 years ago
- 9e518dd bgpd: Alow gracefull shutdown of peers by Daniel Walton · 10 years ago
- 083e5e2 bgpd, doc: Allow route-map policy modifications to also affect route reflectors. by Dinesh Dutt · 9 years ago
- 584083d bgpd: divorce router-id logic from CLI & zebra by David Lamparter · 9 years ago
- dfb9bd7 bgpd: minor header/API clean up by David Lamparter · 9 years ago
- 4afa3dd bgpd: Add new configuration cli for graceful restart. by Philippe Guibert · 9 years ago
- 6184c39 bgpd: implement admin distance by Roman Hoog Antink · 11 years ago
- a3fda88 bgpd, lib, vtysh: hook up bgp ENCAP CLI node by Lou Berger · 9 years ago
- 6370357 bgp: Reorg cleanup to align process and bgp instance init/destroy by Lou Berger · 9 years ago
- 298cc2f bgpd: encap: add encap SAFI (RFC5512) by Lou Berger · 9 years ago
- 82dd707 bgpd: improve cleanup in bgp_delete() by Lou Berger · 9 years ago
- 13c378d bgpd, lib, vtysh: hook up bgp VPNv6 CLI node by Lou Berger · 9 years ago
- 9da04bc bgpd: wire up VPNv6 protocol processing by Lou Berger · 9 years ago
- 0d7435f bgpd: Add support for timer commands with peer-group syntax by Daniel Walton · 9 years ago
- 5a2a1ec bgpd: update rtt on soft clear by Timo Teräs · 9 years ago
- 363c903 bgpd: crash from not NULLing freed pointers by Daniel Walton · 9 years ago
- c37b9bc bgpd: Enable "bgp log-neighbor-changes" by default by Daniel Walton · 9 years ago
- 3ff77fe bgpd: Remove BGP's asorig timer, it is no longer used by Daniel Walton · 9 years ago
- 056f376 bgpd, lib: memory cleanups for valgrind, plus debug changes by Lou Berger · 12 years ago
- 774914f bgpd: fix using of two pointers for struct thread_master * by Donald Sharp · 9 years ago
- 7125293 lib: zclient.c remove extern struct thread_master * by Donald Sharp · 9 years ago
- 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