summaryrefslogtreecommitdiffstats
path: root/bgpd
Commit message (Expand)AuthorAgeFilesLines
* Fix to include all new show commands from 0.99.18.Chris Hall2011-04-051-1/+3
* Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-2919-802/+1463
* ex09: Fix "no ip community-list"ex09Chris Hall2010-12-211-2/+16
* Remove unneccessary zlog_err message when re-enabling BGP sessionChris Hall2010-12-171-2/+0
* Fix "neighbor xx peer-group" and "show bgp XX::"Chris Hall2010-12-143-26/+36
* Fix to accept Route Refresh messages (message type 5).Chris Hall2010-09-133-5/+7
* Fix bug in NOTIFICATION handling before FSM reaches Established state.ex07Chris Hall2010-09-104-35/+29
* bgpd: fix handling of AS path dataChris Hall2010-08-304-114/+155
* Add "match as-origin ASN" route-map entryChris Hall2010-08-232-2/+122
* Fix various capability flags so that sessions are restarted.Chris Hall2010-08-0414-66/+166
* Fix neighbor override-capabilityChris Hall2010-08-031-12/+9
* Avoid creating neighbor with same address as another.Chris Hall2010-07-303-1/+13
* Introduce "rs-in" route-maproot2010-07-287-547/+1042
* Trap SIGABRT so that get backtrace in the log.root2010-07-223-34/+67
* Reworking of peer state handling.Chris Hall2010-07-1934-1976/+3036
* Adjustments to scheduling of Routing Engine work.Chris Hall2010-05-276-75/+88
* Reinstate NOTIFICATION logging and turn off Memory TrackerChris Hall2010-05-136-359/+377
* Further reduction of warnings under gcc 4.2.1Chris Hall2010-04-163-18/+43
* Fix compiling with --enable-snmpChris Hall2010-04-151-17/+21
* Support gai_strerror() and tidy bgp_listener code.Chris Hall2010-04-111-149/+196
* New functions for error numbers and addresses in messages.Chris Hall2010-04-087-37/+31
* Fix multiple -l parameter addressesChris Hall2010-04-061-1/+1
* First beta releaseChris Hall2010-04-0625-681/+1042
* Use vty_set_node() to change node type.Chris Hall2010-03-161-1/+1
* Major updateChris Hall2010-03-1625-684/+1151
* Fixed bug in message skipping and added "pthread" to start message.Chris Hall2010-02-173-4779/+4
* Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-1620-547/+5339
* Re-implement xon.paulo2010-02-054-38/+19
* Fix retry for connect() connections + debug for mqueue.Chris Hall2010-02-056-57/+136
* peer_flag_modify_action must enable the peer if not SHUTDOWN.paulo2010-02-052-2/+2
* Relace localtime with localtime_r to be thread safe.paulo2010-02-051-7/+7
* Fixed shutdown. Centralized the testing of whether the session can bepaulo2010-02-053-16/+26
* Recover lost bgp_peer.c Changed bgp_terminate to setpaulo2010-02-042-35/+24
* Missed a few non safe calls of strerror. Improved comments.paulo2010-02-043-6/+6
* Corrected assert() in bgp_connection_free().Chris Hall2010-02-041-2/+5
* Thread safe versions of inet_ntoa and strerror.paulo2010-02-049-44/+44
* Review and tidy new code and comments.Chris Hall2010-02-0413-392/+365
* Tidying up the new FSM and exception handling.Chris Hall2010-02-048-652/+415
* Added test for sEstablished before processing incoming updates.Chris Hall2010-02-032-4/+54
* Restore skips around zeroizing route counts in bgp_peer_stoppaulo2010-02-031-0/+4
* When prefix overflow timer expires it mustn't re-enable the peer if wepaulo2010-02-031-0/+4
* Handling of peering states: Don't disable peer until sessionpaulo2010-02-035-70/+42
* Use notify routine, not disable. Only chnage to clearing state ifpaulo2010-02-022-3/+4
* Change nexus priorities to more closely resemble the originals.paulo2010-02-022-7/+7
* 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-016-12/+11
* In bgp_route.c bgp_maximum_prefix_overfow arrange for peer to bepaulo2010-02-017-75/+88
* Clearing up the reaping of connections, and handling of notifications.Chris Hall2010-02-016-203/+262
* Simplified handling of connection pending queue.Chris Hall2010-02-014-92/+74
* Testing and fixing round.Chris Hall2010-01-317-14/+57