]> 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:53 +0000 (20:27 +0000)
commit6f677fcb0c000d1331ce86eb573a3c02d040f9b4
tree3f7ed47316e7e3b7778e8dbf10c5ee199fee3ac9
parent63be9cfcb35c9d53d272ef3ca4c7639c68cd78df
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