summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'euro_ix' of /git/quagga.euro-ix into pipeworkex18pChris Hall2011-08-121-73/+87
|\
| * Merge with main Quagga source as of 29-Jul-2011.ex17Chris Hall2011-08-121-73/+87
| |\
| | * Merge branch 'attr-errors'Paul Jakma2011-07-291-30/+30
| | |\
| | | * bgpd: Try fix extcommunity resource allocation probs, particularly with 'set ...Paul Jakma2011-03-211-30/+30
| | * | bgpd: Fix compile failure if IPv6 build was disabled.Paul Jakma2011-03-231-1/+5
| | * | bgpd: New show commands for improved view and address family supportMichael Lambert2011-03-211-15/+840
| | |/
| | * bgpd: Remove AS Path limit/TTL functionalityPaul Jakma2011-03-211-368/+183
| | * bgpd: Fix display of unsigned attributesWataru Tanitsu2011-03-211-9/+9
| | * bgpd: fix use of free memory by update_rsclientStephen Hemminger2011-03-211-1/+2
| | * bgpd: unlock node on aggregate errorRobert Bays2011-03-211-2/+3
| | * bgpd: fix errors in aggregate address commandRobert Bays2011-03-211-36/+41
| | * bgpd: fix bgp_node locking issuesChris Caputo2011-03-211-31/+46
| | * Merge paul/ospfd/201012-review ospfd and lib/ fixes and performance improvementsPaul Jakma2011-03-201-1/+8
| | |\
| | | * bgpd: improve "monotonic" uptime correctionJohn Kemp2011-03-181-1/+8
| | * | bgpd: Simplify process queue initPaul Jakma2010-12-081-7/+6
| | |/
| | * bgpd: fix printed value of last-update timestampVladimir L Ivanov2010-10-211-1/+2
| | * bgpd, lib: adopt afi_t and safi_t in several placesMichael Lambert2010-10-061-8/+8
| | * bgp: use monotonic clock for time of dayStephen Hemminger2010-01-151-13/+13
| * | Fix to include all new show commands from 0.99.18.Chris Hall2011-04-051-1/+3
* | | 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