]> git.puffer.fish Git - matthieu/frr.git/commit
lib, zebra: Send safi for rnh resolution
authorDonald Sharp <sharpd@nvidia.com>
Fri, 24 Sep 2021 20:58:27 +0000 (16:58 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 27 Sep 2021 19:26:05 +0000 (15:26 -0400)
commit027db4691747355140e182902ec6412579e43718
tree8653cb30fc60196277bcabeda03bda94a627cc55
parenta4598b97d93937eead669d406afa91fd070de83b
lib, zebra: Send safi for rnh resolution

Pass down the safi for when we need address
resolution.  At this point in time we are
hard coding the safi to SAFI_UNICAST.
Future commits will take advantage of this.

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