- 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
- 9514fee bgpd, ripngd, zebra: Remove duplicate PSIZE define by Donald Sharp · 9 years ago
- 6184c39 bgpd: implement admin distance by Roman Hoog Antink · 11 years ago
- c0cb90c Revert "bgpd: Lower BGP's default keepalive/holdtime to 3s/9s" by Paul Jakma · 9 years ago
- 9099f9b *: use an ifindex_t type, defined in lib/if.h, for ifindex values by Paul Jakma · 9 years ago
- 205e674 bgpd: remove HAVE_IPV6 conditionals by Lou Berger · 9 years ago
- c374178 bgpd: encap: add attribute handling by Lou Berger · 9 years ago
- 82dd707 bgpd: improve cleanup in bgp_delete() by Lou Berger · 9 years ago
- 68ec424 bgpd: OPEN parse errors should send OPEN_ERR and UNSPECIFIC subcode. by Paul Jakma · 9 years ago
- f89b09b bgpd: Lower BGP's default keepalive/holdtime to 3s/9s by Daniel Walton · 9 years ago
- 8e64453 bgpd: Remove BGP_ERROR_START_TIMER, it was no longer used by Daniel Walton · 9 years ago
- 3ff77fe bgpd: Remove BGP's asorig timer, it is no longer used by Daniel Walton · 9 years ago
- f822ad4 bgpd: Lower the default 'timers connect' in BGP to 10 seconds by Daniel Walton · 9 years ago
- 774914f bgpd: fix using of two pointers for struct thread_master * by Donald Sharp · 9 years ago
- 104576d bgpd: Add some peer_lock/unlock debug code by Donald Sharp · 9 years ago
- ef75770 bgpd: allow using rtt in route-map's set metric by Timo Teräs · 10 years ago
- dd49eb1 Fix BGP's use of restart bit. by Vipin Kumar · 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
- 8c71e48 bgpd: efficient NLRI packing for AFs != ipv4-unicast by Pradosh Mohapatra · 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
- 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
- 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
- 42e6d74 bgpd: more SAFI fixes by Denis Ovsienko · 13 years ago
- beb1ca0 bgpd: fix SAFI for for MPLS labeled VPN-IPv6 by Denis Ovsienko · 13 years ago
- 4b4e07d bgpd: don't be confused by "unspecific" subcode in the NOTIFY message. by Dmitrij Tejblum · 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
- 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
- 0088b5d [bgpd] reference count the BGP instance by Stephen Hemminger · 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
- 3a02d1f 2007-10-30 Nick Hilliard <nick@inex.ie> by Paul Jakma · 17 years ago
- 0b2aa3a [bgpd] Merge AS4 support by Paul Jakma · 17 years ago
- 4136717 [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimit by Paul Jakma · 17 years ago
- ca058a3 [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states by Paul Jakma · 18 years ago
- 1a392d4 [bgpd] Handle pcount as flags are changed, fixing pcount issues by Paul Jakma · 18 years ago
- 64e580a [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. by Paul Jakma · 19 years ago
- 37c3830 [bgpd] remove export of long defunct function by paul · 19 years ago
- b40d939 2005-08-22 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
- 200df11 2005-06-01 Paul Jakma <paul.jakma@sun.com> by paul · 19 years ago
- 00d252c 2005-05-23 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
- 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
- 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
- ac41b2a 2003-08-11 kunihiro <kunihiro@zebra.org by paul · 21 years ago
- 6cbbc3c Import of zebra.org 20030428-18:07 IST by paul · 22 years ago
- 23bd12c [zebra 18626] move zebra socket paths to configure.ac by paul · 22 years ago
- 718e374 Initial revision by paul · 22 years ago