]> 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:28:38 +0000 (20:28 +0000)
commit4cc118051d835171ce415260e5fa014ca09dcec0
treec2ab654e600d623f8b1eb8053b395ae675b2795b
parent755009e7ff6da4712d4596d009ef41e4ec5b790c
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