]> git.proxmox.com Git - mirror_frr.git/commit
zebra: Pass afi received for netconf updates
authorDonald Sharp <sharpd@nvidia.com>
Mon, 27 Jun 2022 19:11:45 +0000 (15:11 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Mon, 27 Jun 2022 19:26:13 +0000 (15:26 -0400)
commitd53dc9bd8164ba40242e2013d382fb01eb0b96ed
tree87c5cea2782710b575bc030d4d5623142b79263e
parent4c84aa5ebd5ceb6ee034f6292d1bda172372b847
zebra: Pass afi received for netconf updates

When Zebra receives the netconf update an afi is passed
let's seperate that out and track the v4/v6 specific data
to save and store appropriately.

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