]> git.puffer.fish Git - mirror/frr.git/commit
zebra: separate zebra ZAPI server open and accept 17313/head
authorMark Stapp <mjs@cisco.com>
Wed, 30 Oct 2024 15:02:17 +0000 (11:02 -0400)
committerMark Stapp <mjs@cisco.com>
Tue, 3 Dec 2024 14:44:46 +0000 (09:44 -0500)
commit506097a1b96974c261411edd25330ceaf90fa3db
treeef9df070e995fc72da7ddb313890f8e0f8f48c66
parent426dc2b7e2764f90bffc4291f3e2a3a9c03ea71a
zebra: separate zebra ZAPI server open and accept

Separate zebra's ZAPI server socket handling into two phases:
an early phase that opens the socket, and a later phase that
starts listening for client connections.

Signed-off-by: Mark Stapp <mjs@cisco.com>
zebra/main.c
zebra/zserv.c
zebra/zserv.h