]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: add interface address apis for dplane
authorMark Stapp <mjs.ietf@gmail.com>
Tue, 13 Jul 2021 20:59:46 +0000 (16:59 -0400)
committerMark Stapp <mjs.ietf@gmail.com>
Tue, 14 Sep 2021 15:07:30 +0000 (11:07 -0400)
commite7c2c1985ce6f7e974d580d7d00f59cc11f225ac
tree54daadb59af4f4301aa4cb4843991ae7fca75c71
parent9d59df634c02c9554e65738940858041ff826a68
zebra: add interface address apis for dplane

Add new apis for dplane interface address handling, based on
the existing api. The existing api is basically split in two:
the first part processes an incoming netlink message in the
dplane pthread, creating a dplane context with info about
the event. The second part runs in the main pthread and uses
the context data to update an interface or connected object.

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