]> git.proxmox.com Git - mirror_frr.git/commit
zebra: intf address handler is platform-neutral
authorMark Stapp <mjs.ietf@gmail.com>
Wed, 8 Sep 2021 19:58:04 +0000 (15:58 -0400)
committerMark Stapp <mjs.ietf@gmail.com>
Tue, 14 Sep 2021 15:07:30 +0000 (11:07 -0400)
commitc6f55fb28f188b59383987f413d802e09c8bce8a
tree1ab7efc6931a5cfc88d8bafc6d7cda2fb2c1fb15
parentd166308be009537caf733dbe0b55fae7553726a1
zebra: intf address handler is platform-neutral

Move the handler for incoming interface address events
to a neutral source file - it's not netlink-specific and
shouldn't have been in a netlink file.

Signed-off-by: Mark Stapp <mjs.ietf@gmail.com>
zebra/if_netlink.c
zebra/if_netlink.h
zebra/interface.c