From a014450441aeb1bf3f335d98903eee41e955867e Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Thu, 20 Apr 2023 08:51:42 -0400 Subject: 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 --- zebra/kernel_netlink.c | 1 + 1 file changed, 1 insertion(+) (limited to 'zebra/kernel_netlink.c') diff --git a/zebra/kernel_netlink.c b/zebra/kernel_netlink.c index 78b1dfe276..2fab21ed93 100644 --- a/zebra/kernel_netlink.c +++ b/zebra/kernel_netlink.c @@ -1631,6 +1631,7 @@ static enum netlink_msg_status nl_put_msg(struct nl_batch *bth, case DPLANE_OP_IPSET_DELETE: case DPLANE_OP_IPSET_ENTRY_ADD: case DPLANE_OP_IPSET_ENTRY_DELETE: + case DPLANE_OP_STARTUP_STAGE: return FRR_NETLINK_ERROR; case DPLANE_OP_GRE_SET: -- cgit v1.2.3