| Commit message (Expand) | Author | Age | Files | Lines |
* | Align bgp with upstream | Stephen Hemminger | 2009-02-09 | 1 | -1/+3 |
* | Merge branch 'vyatta-update' of /home/shemminger/src/quagga into jenner | Stephen Hemminger | 2009-02-09 | 1 | -3/+3 |
|\ |
|
| * | bgp: change () to (void) | Stephen Hemminger | 2009-02-09 | 1 | -3/+3 |
| * | Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on acce... | Paul Jakma | 2008-08-26 | 1 | -9/+0 |
| * | [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted conns | Paul Jakma | 2008-08-22 | 1 | -0/+9 |
| * | [bgpd] TCP-MD5: password vty configuration and initial Linux support | Paul Jakma | 2008-07-21 | 1 | -1/+138 |
| * | [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client | Paul Jakma | 2008-07-02 | 1 | -2/+2 |
| * | 2007-10-30 Nick Hilliard <nick@inex.ie> | Paul Jakma | 2007-11-01 | 1 | -1/+1 |
| * | [bgpd] bug #352: IPv6/Multicast address-family config not written out | Paul Jakma | 2007-04-10 | 1 | -1/+9 |
| * | [bgpd] struct peer must have bgp field valid (redistribute crash) | Paul Jakma | 2006-10-22 | 1 | -9/+12 |
| * | [bgpd] Trivial fix of printf format/arg mismatch | Andrew J. Schorr | 2006-09-19 | 1 | -2/+1 |
| * | [bgpd] simplify peer refcounts, squash slow peer leak | Paul Jakma | 2006-09-14 | 1 | -0/+1 |
| * | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states | Paul Jakma | 2006-09-14 | 1 | -29/+56 |
| * | [bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffers | Paul Jakma | 2006-07-27 | 1 | -3/+4 |
| * | [bgpd] release peer specific clear queue in peer_free | Paul Jakma | 2006-03-30 | 1 | -1/+4 |
| * | [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. | Paul Jakma | 2006-02-21 | 1 | -3/+3 |
* | | inline bgp flag manipulation | Stephen Hemminger | 2008-08-04 | 1 | -40/+0 |
* | | Fix merge problems | Stephen Hemminger | 2008-07-31 | 1 | -48/+3 |
* | | [bgpd] TCP-MD5: password vty configuration and initial Linux support | paul | 2008-07-21 | 1 | -1/+138 |
* | | [bgpd] Fix double-free crash in bgp_table_finish, seen with rs-client | paul | 2008-07-02 | 1 | -2/+2 |
* | | 2007-10-30 Nick Hilliard <nick@inex.ie> | paul | 2007-11-01 | 1 | -1/+1 |
* | | [bgpd] bug #352: IPv6/Multicast address-family config not written out | paul | 2007-04-10 | 1 | -1/+9 |
* | | [bgpd] struct peer must have bgp field valid (redistribute crash) | paul | 2006-10-22 | 1 | -9/+12 |
* | | [bgpd] Trivial fix of printf format/arg mismatch | ajs | 2006-09-19 | 1 | -2/+1 |
* | | [bgpd] simplify peer refcounts, squash slow peer leak | paul | 2006-09-14 | 1 | -0/+1 |
* | | [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted states | paul | 2006-09-14 | 1 | -29/+56 |
* | | [bgpd] Potential bug#287 fix, peer_delete should NULL out freed buffers | paul | 2006-07-27 | 1 | -3/+4 |
* | | [bgpd] release peer specific clear queue in peer_free | paul | 2006-03-30 | 1 | -1/+4 |
* | | [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM. | paul | 2006-02-21 | 1 | -3/+3 |
|/ |
|
* | [compiler] miscellaneous trivial compiler warning fixes | paul | 2006-01-19 | 1 | -2/+0 |
* | 2005-06-28 Paul Jakma <paul.jakma@sun.com> | paul | 2005-06-28 | 1 | -27/+23 |
* | 2005-06-15 Paul Jakma <paul.jakma@sun.com> | paul | 2005-06-15 | 1 | -2/+4 |
* | 2005-06-01 Paul Jakma <paul.jakma@sun.com>post_bgp_workqueus | paul | 2005-06-01 | 1 | -43/+119 |
* | * bgpd.c: Deleting bgp->rsclient list needs fix similar to pree-groups | hasso | 2005-05-26 | 1 | -1/+4 |
* | * bgpd.c: Don't crash while deleting list of peer-groups. | hasso | 2005-05-26 | 1 | -2/+3 |
* | * bgpd.c: Fix obvious (routeserver patch) merge error. This makes "no | hasso | 2005-05-25 | 1 | -6/+6 |
* | 2005-05-19 Paul Jakma <paul@dishone.st> | paul | 2005-05-19 | 1 | -3/+3 |
* | 2005-05-19 Paul Jakma <paul@dishone.st> | paul | 2005-05-19 | 1 | -2/+2 |
* | * bgpd.texi: Document new "bgp bestpath as-path confed" command. | hasso | 2005-04-08 | 1 | -0/+2 |
* | 2005-04-07 Paul Jakma <paul.jakma@sun.com>quagga_post_listloop_cleanup | paul | 2005-04-07 | 1 | -123/+123 |
* | * bgp_route.c, bgp_vty.c, bgp_zebra.c, bgpd.[ch]: "enforce-multihop" | hasso | 2005-02-02 | 1 | -6/+6 |
* | * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c, | hasso | 2005-02-02 | 1 | -0/+42 |
* | * bgp_open.c, bgp_packet.c, bgp_vty.c, bgpd.[ch]: Remove "no neighbor | hasso | 2005-02-01 | 1 | -34/+8 |
* | * bgp_attr.c, bgp_snmp.c, bgp_vty.c, bgpd.[ch]: Remove support for old | hasso | 2005-02-01 | 1 | -24/+0 |
* | * bgpd.[ch], bgp_vty.c, bgp_route.c: "Restart session after | hasso | 2005-02-01 | 1 | -10/+42 |
* | * bgp_nexthop.c: Improve debug. | hasso | 2005-02-01 | 1 | -12/+0 |
* | Add comments with warnings obtained on NetBSD/i386. Both are due to | gdt | 2004-12-09 | 1 | -0/+1 |
* | 2004-10-31 Paul Jakma <paul@dishone.st> | paul | 2004-10-31 | 1 | -1/+1 |
* | 2004-10-13 Paul Jakma <paul@dishone.st> | paul | 2004-10-13 | 1 | -18/+22 |
* | Common router id. | hasso | 2004-10-03 | 1 | -37/+3 |