]> git.proxmox.com Git - mirror_frr.git/commit - zebra/rt_netlink.c
zebra: determine src when using nexthop objects
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 24 Mar 2020 21:32:21 +0000 (17:32 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Thu, 26 Mar 2020 14:37:51 +0000 (10:37 -0400)
commitd8bfd8dc9a899f841967257a6b5f30910fdc17c8
tree843129c240e1b759fca6c645b6a9189af12bf0ca
parent762288f50f5fa29512864fcc7814be83e1b58ff4
zebra: determine src when using nexthop objects

Determine src based on nexthop data even when we are using
kernel nexthop objects.

Before, we were entirely skipping this step and just sending the
nexthop ID, ignoring src determination.

Signed-off-by: Stephen Worley <sworley@cumulusnetworks.com>
zebra/rt_netlink.c