]> git.puffer.fish Git - matthieu/frr.git/commit
zebra: support notifications for opaque ZAPI messages
authorMark Stapp <mjs@labn.net>
Wed, 31 May 2023 20:25:15 +0000 (16:25 -0400)
committerMark Stapp <mjs@labn.net>
Fri, 23 Jun 2023 12:57:37 +0000 (08:57 -0400)
commitde1a9ce0a7f869ae80e6d1339c5fa7f3fc957cd4
treee0bedb06087d9319576b8b4f6250d95eb621c780
parent06647109ab2450753bc6f2b663dd60b03ed97160
zebra: support notifications for opaque ZAPI messages

Allow zapi clients to register to be notified when a server
for an  opaque message type is present. Zebra maintains these
notification registrations in the same data structures that it
uses for opaque message handling.

Signed-off-by: Mark Stapp <mjs@labn.net>
zebra/zapi_msg.c
zebra/zebra_opaque.c