summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_mpath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: Enhance path selection logsvivek2016-09-051-6/+32
* lib, bgpd, tests: Refactor FILTER_X in zebra.hDonald Sharp2016-08-161-0/+1
* bgpd: Clean up some static analysis warningsDonald Sharp2016-05-191-1/+1
* BGP: Check in multipath comparison before invoking sockunion_cmpvivek2016-03-131-1/+10
* Merge branch 'cmaster' of ssh://stash.cumulusnetworks.com:7999/quag/quagga in...Donald Sharp2015-12-091-15/+22
|\
| * BGP bestpath debugs need to display the addpath RX IDDaniel Walton2015-12-071-15/+22
* | bgpd: Use actual MULTIPATH_NUM as the limitorDonald Sharp2015-12-081-3/+3
|/
* Quagga: prefix2str fixupDonald Sharp2015-11-231-1/+1
* bgp may add multiple path entries with the same nexthopDaniel Walton2015-11-121-1/+1
* Quagga default: BGP "no-as-set" should be the default for "bgp as-path multip...Daniel Walton2015-11-101-33/+2
* Add 'debug bgp bestpath'Donald Sharp2015-05-201-2/+1
* Use #define for mp_nexthop_len valuesDonald Sharp2015-05-201-5/+6
* Paths with global and link-local nexthops should be considered for multipathDonald Sharp2015-05-201-17/+38
* Add a no-as-set option to multipath-relaxDonald Sharp2015-05-201-50/+55
* BGP: Add dynamic update group supportDonald Sharp2015-05-201-1/+3
* Overhual BGP debugsDonald Sharp2015-05-201-1/+1
* cluster-id length equality for multipathDonald Sharp2015-05-201-1/+3
* bgpd: remove calls to peer_sort() from fast-pathJorge Boncompte [DTI2]2012-05-221-1/+1
* bgpd: fix up multipath merge breakageDavid Lamparter2012-04-281-6/+6
* bgpd: We try to skip out of updating the multipath aggregate if there are noJosh Bailey2011-07-211-15/+22
* bgpd: Fix a crash caused by mistakenly dequeueing the bestpath on theJosh Bailey2011-07-211-3/+4
* bgpd: When advertising a multipath route, the attribute set to beJosh Bailey2011-07-211-2/+191
* bgpd: For deterministic MED build a multipath set for each peer AS as theJosh Bailey2011-07-211-0/+25
* bgpd: Adds support to mark up the BGP rib table entry with multipathJosh Bailey2011-07-211-0/+313
* bgpd: Adds equal-paths check to path comparison. Paths that areJosh Bailey2011-07-211-0/+119
* bgpd: Add new configuration cli for eBGP and iBGP multipath.Josh Bailey2011-07-211-0/+83