]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: Use actual MULTIPATH_NUM as the limitor
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 Dec 2015 13:42:36 +0000 (13:42 +0000)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 8 Dec 2015 18:06:33 +0000 (10:06 -0800)
commitd5b77cc20d60238aea03c600e912b99022ea06dd
tree2fbfb156eb1728281b5d5a2879d07ea4239a7115
parent7a6da5bad3be23d6d6d7f98e6e81450d16a0c7a1
bgpd: Use actual MULTIPATH_NUM as the limitor

BGP uses a second #define that is equal to MULTIPATH_NUM.  There
is no point in having a different #define.  Just consolidate.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
bgpd/bgp_mpath.c
bgpd/bgp_mpath.h
bgpd/bgp_vty.c
bgpd/bgpd.c
tests/bgp_mpath_test.c