summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_msg_read.c
Commit message (Expand)AuthorAgeFilesLines
* Reviewed and improved vty and (particularly) vtysh.Chris Hall2012-02-261-11/+5
* vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-7/+10
* Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-021-1/+0
* Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-2/+2
* Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-1/+1
* Fix to accept Route Refresh messages (message type 5).Chris Hall2010-09-131-1/+1
* Fix various capability flags so that sessions are restarted.Chris Hall2010-08-041-2/+8
* Reworking of peer state handling.Chris Hall2010-07-191-1/+2
* Reinstate NOTIFICATION logging and turn off Memory TrackerChris Hall2010-05-131-3/+8
* Further reduction of warnings under gcc 4.2.1Chris Hall2010-04-161-1/+11
* First beta releaseChris Hall2010-04-061-4/+4
* Major updateChris Hall2010-03-161-2/+3
* Fixed bug in message skipping and added "pthread" to start message.Chris Hall2010-02-171-1/+1
* Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-161-1/+1
* Thread safe versions of inet_ntoa and strerror.paulo2010-02-041-2/+2
* Review and tidy new code and comments.Chris Hall2010-02-041-4/+12
* Tidying up the new FSM and exception handling.Chris Hall2010-02-041-9/+9
* Clearing up the reaping of connections, and handling of notifications.Chris Hall2010-02-011-8/+8
* Testing and fixing round.Chris Hall2010-01-311-1/+1
* Binding to interfaces and counting of messages.Chris Hall2010-01-271-2/+27
* Wite route refresh received. Hive off statistics into separate struct.paulo2010-01-271-1/+1
* Wiring up ROUTE-REFRESH and ORF handling. Work-in-progress.Chris Hall2010-01-271-175/+542
* Getting BGP Engine to start and removing warnings.Chris Hall2010-01-241-11/+9
* Blitz on bgp_msg_read, particularly OPEN message handlingChris Hall2010-01-231-735/+972
* Wired in nexus for bgp_ routing_ and cli_ such that if not usingpaulo2010-01-181-0/+1
* Wired up receiving updates, with update packet sent from BGP to Routingpaulo2010-01-151-1/+1
* Make session state a Peering Engine item.Chris Hall2010-01-141-0/+8
* More knitting and clean up replacing old state machine with events withpaulo2010-01-141-22/+28
* Knitting it all together. Still not got clean compile. Still lots ofpaulo2010-01-131-36/+131
* Progress on bgp_msg_read. Still on going.paulo2010-01-111-218/+299
* Fixed type in bgp_open_state.c. New file bgp_msg_read.c for parsingpaulo2010-01-081-0/+919