]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zapi_msg.c
zebra: Start carrying safi for rnh processing
authorDonald Sharp <sharpd@nvidia.com>
Fri, 24 Sep 2021 20:36:27 +0000 (16:36 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 27 Sep 2021 16:38:08 +0000 (12:38 -0400)
commitd597533a9dcabc298a53112c22e94c0264cd3f39
treeb86f06ee542b1f6920954687494336a60733cf5d
parent6cd9a93dddba199e68c73baca62337b704f32e14
zebra: Start carrying safi for rnh processing

PIM is going to need to be able to send down the address it is
trying to resolve in the multicast rib.  We need a way to signal
this to the end developer.  Start the conversion by adding the
ability to have a safi.  But only allow SAFI_UNICAST at the moment.

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