]> git.puffer.fish Git - mirror/frr.git/commit
zebra: When passing lookup information back pass the fully resolved 9001/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 7 Jul 2021 20:52:24 +0000 (16:52 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Thu, 15 Jul 2021 12:50:09 +0000 (08:50 -0400)
commitb59839af7d4e6d26795d5c36aa31043d633c9a6d
tree73dd8a7c62505fa74916261df7b404052d761098
parent5f179a1a6169453784bacea0f427a7e8f228c94e
zebra: When passing lookup information back pass the fully resolved

In the reachability code we auto pass back the fully resolved
nexthops.  Modify the ZEBRA_IPV4_NEXTHOP_LOOKUP_MRIB code
to do the exact same thing so that the zclient_lookup_nexthop
code does not need to recursively look for the data that
zebra already has.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
zebra/zapi_msg.c
zebra/zebra_rnh.c
zebra/zebra_rnh.h