]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Add namespace info to the nexthop dataplane ctx
authorStephen Worley <sworley@cumulusnetworks.com>
Wed, 6 Mar 2019 18:35:31 +0000 (13:35 -0500)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:36 +0000 (11:13 -0400)
commit1909e63acf228bd7e25abaa235e91defa9cc0b63
tree9fd42d01e267571f39f5f3677df01092aedfd8a1
parente8968ccb2b0b6032b58a2e6a6bedea4766e3cd90
zebra: Add namespace info to the nexthop dataplane ctx

The nexthop dataplane context was not getting populated with
namespace info for its netlink messages. Fixed this to do
lookups the same way we do it with route contexts.

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