]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: use dataplane to read interface NETCONF info
authorMark Stapp <mstapp@nvidia.com>
Thu, 28 Oct 2021 15:23:31 +0000 (11:23 -0400)
committerMark Stapp <mstapp@nvidia.com>
Fri, 25 Feb 2022 15:18:32 +0000 (10:18 -0500)
commitcd787a8a45ea3c94a689d5ff01ddf62467373550
tree6d33a836729d423443dd004ca2eda91933c44ea6
parent728f2017ae285aea6f7e8bda369eaae7a3083899
zebra: use dataplane to read interface NETCONF info

Use the dataplane to query and read interface NETCONF data;
add netconf-oriented data to the dplane context object, and
add accessors for it. Add handler for incoming update
processing.

Signed-off-by: Mark Stapp <mstapp@nvidia.com>
zebra/if_netlink.c
zebra/interface.c
zebra/interface.h
zebra/kernel_netlink.c
zebra/netconf_netlink.c
zebra/netconf_netlink.h
zebra/zebra_dplane.c
zebra/zebra_rib.c