summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_fsm.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-1/+1
|\
| * bgpd: rename SAFI 3 according to RFC4760Denis Ovsienko2011-09-291-4/+4
* | vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-6/+7
* | Merging of euro_ix branch into pipework.Chris Hall2011-09-021-1/+6
* | Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-5/+6
|\|
| * bgp: use monotonic clock for time of dayStephen Hemminger2010-01-151-15/+3
* | 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