]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: separate zebra ZAPI server open and accept
authorMark Stapp <mjs@cisco.com>
Wed, 30 Oct 2024 15:02:17 +0000 (11:02 -0400)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 3 Dec 2024 20:27:50 +0000 (20:27 +0000)
commit9e67464d77594b59d8d30c3e633bf596fe701752
tree5019c0f6029c352e1d4398d85af1e35771e3f0e6
parentdafe8e9d46c188449e422b45a7bcbaf7b36c6b58
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>
(cherry picked from commit 506097a1b96974c261411edd25330ceaf90fa3db)
zebra/main.c
zebra/zserv.c
zebra/zserv.h