summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_fsm.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in NOTIFICATION handling before FSM reaches Established state.ex07Chris Hall2010-09-101-3/+4
* Fix various capability flags so that sessions are restarted.Chris Hall2010-08-041-2/+18
* Reworking of peer state handling.Chris Hall2010-07-191-0/+16
* New functions for error numbers and addresses in messages.Chris Hall2010-04-081-9/+7
* First beta releaseChris Hall2010-04-061-30/+104
* Major updateChris Hall2010-03-161-3/+3
* Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-161-62/+43
* Fix retry for connect() connections + debug for mqueue.Chris Hall2010-02-051-7/+6
* Review and tidy new code and comments.Chris Hall2010-02-041-116/+162
* Tidying up the new FSM and exception handling.Chris Hall2010-02-041-623/+361
* Clearing up the reaping of connections, and handling of notifications.Chris Hall2010-02-011-144/+174
* Binding to interfaces and counting of messages.Chris Hall2010-01-271-20/+18
* Wiring up ROUTE-REFRESH and ORF handling. Work-in-progress.Chris Hall2010-01-271-4/+30
* Fix bgp_session_do_disable() to return exactly one eDisabled event.Chris Hall2010-01-251-2/+8
* Getting BGP Engine to start and removing warnings.Chris Hall2010-01-241-209/+192
* Blitz on bgp_msg_read, particularly OPEN message handlingChris Hall2010-01-231-1/+2
* Weed out last vestiges of FSM setting session->state.Chris Hall2010-01-211-4/+1
* Keep timer running past IO errors in Connect/Active states.Chris Hall2010-01-211-17/+13
* Adding verify debug code for qtimers and tidied up.Chris Hall2010-01-201-8/+17
* Fix bug in bgp_connection not clearing pointers after free. Plantedpaulo2010-01-201-0/+5
* Use sigprocmask when non-threaded. Fixed assert.paulo2010-01-191-1/+1
* Refining the session state handling.Chris Hall2010-01-181-3/+6
* Wired up receiving updates, with update packet sent from BGP to Routingpaulo2010-01-151-0/+3
* Make session state a Peering Engine item.Chris Hall2010-01-141-19/+21
* Further work-in-progressChris Hall2010-01-101-10/+69
* Further work-in-progress.Chris Hall2010-01-081-176/+258
* Continuing work-in-progressChris Hall2010-01-081-149/+204
* Work in progress on BGP EngineChris Hall2010-01-061-380/+789
* Initial commit for bgp_engine branch -- seeding new files...Chris Hall2010-01-041-993/+1877
* bgpd: compile warnings cleanupStephen Hemminger2009-12-101-1/+1
* bgpd/trivial: Fix indentation in previousPaul Jakma2009-07-281-4/+4
* bgpd: fd leak in bgpdSteve Hill2009-07-281-15/+33
* [bgpd/cleanup] Make BGP FSM table read-only staticStephen Hemminger2009-06-181-1/+1
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-1/+1
* Revert "[bgpd] Add 'bgp open-accept' option, to send OPEN immediately on acce...Paul Jakma2008-08-261-2/+1
* [bgpd] Add 'bgp open-accept' option, to send OPEN immediately on accepted connsPaul Jakma2008-08-221-1/+2
* [bgpd] bug #368: Fix possible loop between peers going Idle<->OpenSentPaul Jakma2007-06-221-3/+3
* [bgpd] Peer delete can race with reconfig leading to crashPaul Jakma2007-02-221-8/+8
* [bgpd] Bug #302, bgpd can get stuck in state ClearingPaul Jakma2006-12-081-5/+8
* [bgpd] Bug #302 fixes. ClearingCompleted event gets flushed, leaving peers st...Paul Jakma2006-10-151-3/+3
* [bgpd] simplify peer refcounts, squash slow peer leakPaul Jakma2006-09-141-6/+2
* [bgpd] Fix 0.99 shutdown regression, introduce Clearing and Deleted statesPaul Jakma2006-09-141-21/+83
* [bgpd] Fix crash on shutdown of peerPaul Jakma2006-07-021-19/+22
* [bgpd] Record afi/safi in bgp_table. Serialise peer clear with FSM.Paul Jakma2006-02-211-0/+1
* 2005-06-28 Paul Jakma <paul.jakma@sun.com>paul2005-06-281-15/+15
* 2005-06-01 Paul Jakma <paul.jakma@sun.com>post_bgp_workqueuspaul2005-06-011-36/+41
* 2005-05-19 Paul Jakma <paul@dishone.st>paul2005-05-191-2/+2
* * bgp_fsm.c, bgp_open.c, bgp_packet.c, bgp_route.[ch], bgp_vty.c,hasso2005-02-021-2/+131
* * bgp_nexthop.c: Improve debug.hasso2005-02-011-7/+22
* 2004-12-08 Andrew J. Schorr <ajschorr@alumni.princeton.edu>ajs2004-12-081-5/+5