summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_session.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-15/+20
* vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-20/+20
* Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-121-16/+23
|\
| * Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-16/+23
* | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-0/+1
* | Upgrade of "pipework" -- including piping to/from shell commandsex11pChris Hall2011-03-211-2/+2
* | Second tranche of updates for pipework branch.Chris Hall2011-02-131-2/+2
|/
* Fix various capability flags so that sessions are restarted.Chris Hall2010-08-041-0/+1
* Reworking of peer state handling.Chris Hall2010-07-191-82/+147
* Adjustments to scheduling of Routing Engine work.Chris Hall2010-05-271-11/+11
* Reinstate NOTIFICATION logging and turn off Memory TrackerChris Hall2010-05-131-10/+0
* First beta releaseChris Hall2010-04-061-13/+12
* Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-161-71/+93
* Re-implement xon.paulo2010-02-051-31/+12
* Fix retry for connect() connections + debug for mqueue.Chris Hall2010-02-051-0/+33
* Review and tidy new code and comments.Chris Hall2010-02-041-49/+27
* Added test for sEstablished before processing incoming updates.Chris Hall2010-02-031-4/+9
* Clearing up the reaping of connections, and handling of notifications.Chris Hall2010-02-011-6/+13
* Simplified handling of connection pending queue.Chris Hall2010-02-011-86/+30
* Testing and fixing round.Chris Hall2010-01-311-2/+21
* Binding to interfaces and counting of messages.Chris Hall2010-01-271-11/+48
* Wite route refresh received. Hive off statistics into separate struct.paulo2010-01-271-13/+31
* Fixed program shutdown. Added peering engine side of TTL changing.paulo2010-01-271-1/+78
* Merge branch 'bgp_engine' of /git/quagga.euro-ix into bgp_engineChris Hall2010-01-251-0/+1
|\
| * Fixed problems in mqueue keeping tail pointers correct. Implementedpaulo2010-01-251-0/+1
* | Fix bgp_session_do_disable() to return exactly one eDisabled event.Chris Hall2010-01-251-4/+3
|/
* Getting BGP Engine to start and removing warnings.Chris Hall2010-01-241-4/+7
* Fix "write file" command so reports "threaded". Working on Shutdown andpaulo2010-01-221-1/+2
* Reduce peer FSM now that session handled elsewhere. Wire up statuspaulo2010-01-221-1/+0
* Weed out last vestiges of FSM setting session->state.Chris Hall2010-01-211-2/+0
* Fix sense of session->connect flagChris Hall2010-01-201-1/+1
* Fixed dangling uses of bgp_notify_free()Chris Hall2010-01-201-3/+3
* Minor fixes to get a clean compile so can start debugging.paulo2010-01-191-3/+8
* Refining the session state handling.Chris Hall2010-01-181-60/+93
* Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-181-1/+1
* Further work-in-progress.Chris Hall2010-01-171-26/+282
* Wired up receiving updates, with update packet sent from BGP to Routingpaulo2010-01-151-17/+102
* Make session state a Peering Engine item.Chris Hall2010-01-141-26/+29
* More knitting and clean up replacing old state machine with events withpaulo2010-01-141-4/+42
* Knitting it all together. Still not got clean compile. Still lots ofpaulo2010-01-131-17/+18
* Progress on bgp_msg_read. Still on going.paulo2010-01-111-4/+46
* Further work-in-progressChris Hall2010-01-101-0/+4
* Further work-in-progress.Chris Hall2010-01-081-10/+16
* Continuing work-in-progressChris Hall2010-01-081-38/+260
* Work in progress on BGP EngineChris Hall2010-01-061-2/+3
* Initial commit for bgp_engine branch -- seeding new files...Chris Hall2010-01-041-0/+189