]> git.puffer.fish Git - matthieu/frr.git/commit
lib: add OPAQUE zapi message
authorMark Stapp <mjs@voltanet.io>
Mon, 6 Apr 2020 20:10:13 +0000 (16:10 -0400)
committerMark Stapp <mjs@voltanet.io>
Tue, 2 Jun 2020 12:20:54 +0000 (08:20 -0400)
commitff491140956129580a7d68ea8510b521cce80c9d
tree076b1f5d5ab772763c5727e8c5f48a22fdb7fdfd
parentf8c511cddb9bc54d190d8bfcded339ed7f3ec219
lib: add OPAQUE zapi message

Add a zapi message type designed to carry opaque data. Add
'send' api, and prototype for client handler function. Also
add registration/unreg messages, so that clients can 'subscribe'
to receive these messages as they're passing through zebra.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
lib/log.c
lib/zclient.c
lib/zclient.h