]> git.puffer.fish Git - mirror/frr.git/commit
zebra: When passing lookup information back pass the fully resolved 9179/head
authorDonald Sharp <sharpd@nvidia.com>
Wed, 7 Jul 2021 20:52:24 +0000 (16:52 -0400)
committerMartin Winter <mwinter@opensourcerouting.org>
Sun, 25 Jul 2021 13:17:37 +0000 (15:17 +0200)
commit393c126db11ff03e66e5802f22150acf0452b35c
tree48c65098ac038d38b44fd4c4300918a3c45d47c0
parent235bcb4b4aa8fdf12ef91858968e30daba492177
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