summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_mpath.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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