summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c
Commit message (Expand)AuthorAgeFilesLines
...
* bgpd: remove some useless initializationsJorge Boncompte [DTI2]2012-05-221-5/+5
* bgpd: optimize bgp_info_cmp()Jorge Boncompte [DTI2]2012-05-221-74/+77
* bgpd: remove calls to peer_sort() from fast-pathJorge Boncompte [DTI2]2012-05-221-35/+35
* bgpd: optimize bgp_nexthop_self()Jorge Boncompte [DTI2]2012-05-221-3/+3
* bgpd: fix crash with vpnv4 soft-reconfigurationJorge Boncompte [DTI2]2012-05-211-8/+28
* bgpd: Fix memory leak of some "show ip bgp neighbor" commandsJorge Boncompte [DTI2]2012-05-021-24/+36
* bgpd, zebra: Fix format for some metric outputsJorge Boncompte [DTI2]2012-05-021-1/+1
* Merge branch 'quagga' into google-bgp-multipathAvneesh Sachdev2012-04-091-60/+62
|\
| * 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
| * 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: When advertising a multipath route, the attribute set to beJosh Bailey2011-07-201-14/+19
* | | bgpd: For deterministic MED build a multipath set for each peer AS as theJosh Bailey2011-07-201-1/+23
* | | bgpd: Modify the BGP to zebra route announcement to support multipathJosh Bailey2011-07-201-2/+7
* | | bgpd: Adds support to mark up the BGP rib table entry with multipathJosh Bailey2011-07-201-29/+8
* | | bgpd: Adds equal-paths check to path comparison. Paths that areJosh Bailey2011-07-201-21/+92
|/ /
* | 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
* 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