]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zapi_msg.c
zebra, pimd: add AF param on NEXTHOP_LOOKUP_MRIB
authorDavid Lamparter <equinox@opensourcerouting.org>
Tue, 26 Apr 2022 12:52:53 +0000 (14:52 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Tue, 26 Apr 2022 14:15:00 +0000 (16:15 +0200)
commit34ee41c6c94193c5392bd5fda3f469c62dd127ad
treebf75ae40698eeb5360a6dd9ce4614ffb572a0050
parent425fd200c92392c4614b07c5ea416fddb495f792
zebra, pimd: add AF param on NEXTHOP_LOOKUP_MRIB

By changing this API call to use a `struct ipaddr`, which encodes the
type of IP address with it.  (And rename/remove the `IPV4` from the
command name.)

Also add a comment explaining that this function call is going to be
obsolete in the long run since pimd needs to move to proper MRIB NHT.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
doc/developer/zebra.rst
lib/log.c
lib/zclient.h
pimd/pim_zlookup.c
zebra/zapi_msg.c