]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: some v4 attributes were being written 2 times
authorDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Jan 2019 01:17:36 +0000 (20:17 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Jan 2019 01:41:18 +0000 (20:41 -0500)
commit275565fb5a35a9edca2d4f845cb9460e0fcfe325
tree2fe880de20e69fb1f3e46118a9e82eaba2cd3df3
parente405df7e784a7f9b0720a0e3349ef14516379b4e
zebra: some v4 attributes were being written 2 times

When the nexthop->type is NEXTHOP_TYPE_IPV4_IFINDEX we
were writing the RTA_PREFSRC 2 times for the build_singlepath
and build_multipath functions.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
zebra/rt_netlink.c