]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd: Multipath is always being allocated
authorDonald Sharp <sharpd@nvidia.com>
Mon, 2 Nov 2020 15:14:48 +0000 (10:14 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 2 Nov 2020 15:14:48 +0000 (10:14 -0500)
commit1ba8b2a8bf5d44a7423486a2f69c4f9866ba46d9
treeb04763c26a04cbc40c6b4378c1b1de550ada40d2
parent93ca501b61d924b662712ae4fc9273782e8f0396
bgpd: Multipath is always being allocated

The multipath arrays are always being allocated, irrelevant
if we actually have multipath information for a prefix.

This is because the link bandwidth code was always adding the
data structure.  We should not be allocated multipath information
unless we actually have multipath information

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
bgpd/bgp_mpath.c