summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_peer.c
Commit message (Expand)AuthorAgeFilesLines
* Fix problems with handling of oversize BGP messagesex24bChris Hall2012-05-071-0/+28
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-22/+54
* Fix broken prefix-list handling in bgpdChris Hall2012-02-291-1/+1
* vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-6/+7
* Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-021-0/+1
* Merging of euro_ix branch into pipework.Chris Hall2011-09-021-4/+2
* Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-121-9/+15
|\
| * Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-9/+15
| * Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-16/+7
* | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-16/+7
* | Second tranche of updates for pipework branch.Chris Hall2011-02-131-1/+1
|/
* Remove unneccessary zlog_err message when re-enabling BGP sessionChris Hall2010-12-171-2/+0
* Fix various capability flags so that sessions are restarted.Chris Hall2010-08-041-6/+6
* Trap SIGABRT so that get backtrace in the log.root2010-07-221-18/+38
* Reworking of peer state handling.Chris Hall2010-07-191-578/+1354
* First beta releaseChris Hall2010-04-061-6/+9
* Major updateChris Hall2010-03-161-12/+35
* Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-161-4/+26
* Re-implement xon.paulo2010-02-051-0/+1
* peer_flag_modify_action must enable the peer if not SHUTDOWN.paulo2010-02-051-1/+1
* Fixed shutdown. Centralized the testing of whether the session can bepaulo2010-02-051-7/+16
* Recover lost bgp_peer.c Changed bgp_terminate to setpaulo2010-02-041-33/+23
* Review and tidy new code and comments.Chris Hall2010-02-041-28/+57
* Restore skips around zeroizing route counts in bgp_peer_stoppaulo2010-02-031-0/+4
* Handling of peering states: Don't disable peer until sessionpaulo2010-02-031-33/+19
* Use notify routine, not disable. Only chnage to clearing state ifpaulo2010-02-021-1/+2
* Added count to mqueue structure and implemented resets.Chris Hall2010-02-011-4/+1
* Use session->notification instead of peer's. Fix HUP - race condition.paulo2010-02-011-3/+1
* In bgp_route.c bgp_maximum_prefix_overfow arrange for peer to bepaulo2010-02-011-6/+0
* Clearing up the reaping of connections, and handling of notifications.Chris Hall2010-02-011-30/+45
* Testing and fixing round.Chris Hall2010-01-311-6/+20
* Changed zclient to use qfiles etc when we have a nexus. For BGP clientpaulo2010-01-281-2/+1
* Merge branch 'bgp_engine' of /git/quagga.euro-ix into bgp_engineChris Hall2010-01-271-4/+4
|\
| * Fixed some missed peer state name changes.paulo2010-01-271-4/+4
* | Binding to interfaces and counting of messages.Chris Hall2010-01-271-0/+42
|/
* Wite route refresh received. Hive off statistics into separate struct.paulo2010-01-271-6/+1
* Fixed program shutdown. Added peering engine side of TTL changing.paulo2010-01-271-16/+18
* Fixed problems in mqueue keeping tail pointers correct. Implementedpaulo2010-01-251-0/+4
* 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-16/+34
* Fixed dangling uses of bgp_notify_free()Chris Hall2010-01-201-1/+1
* Minor fixes to get a clean compile so can start debugging.paulo2010-01-191-24/+29
* Refining the session state handling.Chris Hall2010-01-181-18/+57
* Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-181-0/+29
* Wired up receiving updates, with update packet sent from BGP to Routingpaulo2010-01-151-15/+9
* Make session state a Peering Engine item.Chris Hall2010-01-141-11/+8
* More knitting and clean up replacing old state machine with events withpaulo2010-01-141-14/+56
* Knitting it all together. Still not got clean compile. Still lots ofpaulo2010-01-131-230/+37
* Update peer from received open state. Threaded command. Peer indexpaulo2010-01-081-28/+356
* Initial commit for bgp_engine branch -- seeding new files...Chris Hall2010-01-041-0/+762