]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: Add code to get/set interface to pass up from dplane
authorDonald Sharp <sharpd@nvidia.com>
Thu, 20 Apr 2023 12:51:42 +0000 (08:51 -0400)
committerDonald Sharp <sharpd@nvidia.com>
Wed, 5 Jul 2023 17:03:14 +0000 (13:03 -0400)
commita014450441aeb1bf3f335d98903eee41e955867e
tree614da6a95d0c9fc6be3c7dbd567707856b10accf
parent487a96a35f5428c205fe792f9bdded2c894bb5a0
zebra: Add code to get/set interface to pass up from dplane

1) Add a bunch of get/set functions and associated data
structure in zebra_dplane to allow the setting and retrieval
of interface netlink data up into the master pthread.

2) Add a bit of code to breakup startup into stages.  This is
because FRR currently has a mix of dplane and non dplane interactions
and the code needs to be paused before continuing on.

Signed-off-by: Donald Sharp <sharpd@nvidia.com>
13 files changed:
zebra/dplane_fpm_nl.c
zebra/if_netlink.c
zebra/interface.c
zebra/kernel_netlink.c
zebra/kernel_socket.c
zebra/rt_netlink.c
zebra/zebra_dplane.c
zebra/zebra_dplane.h
zebra/zebra_mpls.c
zebra/zebra_mpls_openbsd.c
zebra/zebra_nhg.c
zebra/zebra_rib.c
zebra/zebra_script.c