]> git.puffer.fish Git - mirror/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)
committerIgor Ryzhov <iryzhov@nfware.com>
Tue, 17 Nov 2020 18:07:58 +0000 (21:07 +0300)
commit9bf61330273b5e152964577bd982418591ffc1ba
tree14f4023217a617229b23a6133dc90c91e664725a
parent55aee865ecfb0c360a0613b7297740fc9132776b
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