summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of /git/quagga.euro-ix into pipeworkex16pChris Hall2011-03-291-3/+7
|\
| * Bring "ex" version up to date with 0.99.18ex14Chris Hall2011-03-291-466/+1133
* | Bring "ex" version up to date with 0.99.18ex15pChris Hall2011-03-291-466/+1131
* | Second tranche of updates for pipework branch.Chris Hall2011-02-131-1/+1
|/
* Fix "neighbor xx peer-group" and "show bgp XX::"Chris Hall2010-12-141-1/+1
* Introduce "rs-in" route-maproot2010-07-281-324/+700
* Reworking of peer state handling.Chris Hall2010-07-191-260/+354
* Adjustments to scheduling of Routing Engine work.Chris Hall2010-05-271-31/+42
* Further reduction of warnings under gcc 4.2.1Chris Hall2010-04-161-1/+3
* New functions for error numbers and addresses in messages.Chris Hall2010-04-081-1/+1
* First beta releaseChris Hall2010-04-061-4/+5
* Major updateChris Hall2010-03-161-229/+519
* Revised thread/timer handling, work queue and scheduling.Chris Hall2010-02-161-41/+44
* Fixed shutdown. Centralized the testing of whether the session can bepaulo2010-02-051-4/+1
* Thread safe versions of inet_ntoa and strerror.paulo2010-02-041-21/+21
* Handling of peering states: Don't disable peer until sessionpaulo2010-02-031-2/+9
* Use session->notification instead of peer's. Fix HUP - race condition.paulo2010-02-011-1/+0
* In bgp_route.c bgp_maximum_prefix_overfow arrange for peer to bepaulo2010-02-011-9/+10
* Testing and fixing round.Chris Hall2010-01-311-1/+1
* Fixed some missed peer state name changes.paulo2010-01-271-1/+1
* Fixed program shutdown. Added peering engine side of TTL changing.paulo2010-01-271-5/+5
* Reduce peer FSM now that session handled elsewhere. Wire up statuspaulo2010-01-221-3/+5
* Minor fixes to get a clean compile so can start debugging.paulo2010-01-191-1/+2
* Initial commit for bgp_engine branch -- seeding new files...Chris Hall2010-01-041-0/+3
* Merge branch 'master' of /git/quagga.euro-ixChris Hall (GMCH)2009-12-101-533/+534
|\
| * Upgrade Prefix-List & BGP Community-List handlingChris Hall (GMCH)2009-11-261-533/+534
* | bgpd: compile warnings cleanupStephen Hemminger2009-12-101-17/+0
|/
* [bgp] Fix nexthop reachability check on confederationsVasilis Tsiligiannis2009-07-211-0/+2
* [bgpd] fix typo made by paul in previous commitPaul Jakma2009-07-211-2/+2
* [bgpd] Small buffer overrun in bgp_clear_node_queue_initNick Hilliard2009-07-211-2/+1
* [bgpd] Stability fixes including bugs 397, 492Chris Caputo2009-07-191-62/+102
* [bgpd] Log a debug/update warning if filters are configured but don't existPaul Jakma2009-06-261-7/+39
* [bgpd] Add 'show ip bgp view WORD neighbors IP (advertised|received)-routes'Tomasz Pala2009-06-241-8/+46
* Fix "show ip bgp dampened-paths" garbage output.Chris Caputo2009-06-231-4/+3
* [bgpd] reference count the BGP instanceStephen Hemminger2009-06-181-13/+2
* [bgpd] Make declarations matchStephen Hemminger2009-06-181-2/+2
* [cleanup] functions taking no args should be declared with void argsStephen Hemminger2009-06-121-8/+8
* [cleanup] Convert XMALLOC/memset to XCALLOCStephen Hemminger2009-06-121-18/+4
* [bgpd] AS4 bugfix by Chris Caputo <ccaputo@alt.net>Denis Ovsienko2009-04-301-4/+4
* [bgpd] Fix definition of an rsclient commandMichael Lambert2008-09-241-1/+1
* [vty] Add support for a 'restricted mode' with anonymous vty connectionsPaul Jakma2008-08-231-0/+65
* [warnings] Fix various SOS warningsPaul Jakma2008-08-221-1/+1
* [bgpd] Fix triggerable crash when compiled with --disable-bgp-announcequagga_cvs_finalcvs_headPaul Jakma2008-07-221-6/+4
* + [bgpd] Added new route-map set statement: "as-path ignore"Denis Ovsienko2008-04-101-5/+5
* [bgpd] bug #398 Bogus free on out route-map, and assert() with rsclientsPaul Jakma2007-08-301-31/+27
* [bgpd] Add support for AS_PATHLIMIT / draft-ietf-idr-as-pathlimitPaul Jakma2007-08-061-25/+393
* [bgpd] bug #370, default-originate was broken by a silly thinkoPaul Jakma2007-06-141-1/+1
* [bgpd] Trim memory usage of BGP routesPaul Jakma2007-05-041-164/+302
* [bgpd] V. quick route flap gets mistaken for duplicate, route is then ignoredPaul Jakma2007-04-101-3/+20
* [bgpd] Peer delete can race with reconfig leading to crashPaul Jakma2007-02-221-25/+67