summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Expand)AuthorAgeFilesLines
* Merge Quagga master branch -- as of 1-Mar-2012 -- into euro_ix_bex21bChris Hall2012-03-171-71/+80
|\
| * bgpd: Addition of ipv6 network command in Multicast address family mode.G.Balaji2012-01-231-2/+5
| * bgpd: IPv4 MP-BGP Routes addition and deletionG.Balaji2012-01-231-8/+8
| * bgpd: touch nexthop handling codeDenis Ovsienko2012-01-081-1/+1
| * bgpd: justify checks for IPv4 class D/EDenis Ovsienko2012-01-021-4/+4
| * fix set never used warningsStephen Hemminger2011-12-181-2/+0
| * bgpd: store nexthop info for redistributed IPV6 routesStephen Hemminger2011-12-061-1/+11
| * bgpd: more SAFI fixesDenis Ovsienko2011-09-291-12/+3
| * bgpd: fix SAFI for for MPLS labeled VPN-IPv6Denis Ovsienko2011-09-291-1/+1
* | Fix broken prefix-list handling in bgpdChris Hall2012-02-291-38/+66
* | vtysh partly restored. bgpd not crashing on over-size messages.Chris Hall2012-02-191-755/+844
* | Changed gcc options to -std=c99 and -O2, and tighted warnings.Chris Hall2011-09-021-0/+8
* | 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