]> git.puffer.fish Git - mirror/frr.git/commit
pimd: Use MULTIPATH_NUM for maxpaths
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 14 Sep 2016 15:24:06 +0000 (11:24 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:09 +0000 (20:26 -0500)
commit7b2c4d167e1b6ac3e8391f2492cfadc756126542
treeb66fe1abd01de95e46684d84b9ff7e1425b67924
parent9bf3c63317478b9a9e954019eb04b87c9f128b1b
pimd: Use MULTIPATH_NUM for maxpaths

When looking up nexthops for a address, just
use the MULTIPATH_NUM as the number allowed
to receive instead of an arbitrary limit of 20 paths.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_pim.h
pimd/pim_rpf.c
pimd/pim_zebra.c
pimd/pim_zlookup.c