]> git.proxmox.com Git - mirror_frr.git/commit
zebra: abstract route src determiniation into func
authorStephen Worley <sworley@cumulusnetworks.com>
Tue, 24 Mar 2020 21:10:08 +0000 (17:10 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Thu, 26 Mar 2020 14:37:40 +0000 (10:37 -0400)
commit762288f50f5fa29512864fcc7814be83e1b58ff4
tree34d7b6df37be85ae846aaf05450e8f71b3ad2147
parentb37bbdbc8107abeb988939ab79b3d4f68adf9981
zebra: abstract route src determiniation into func

Abstraction the route src determination from a nexthop in the
netlink code into a function for both singlepath and mutlipath
to call.

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