]> git.puffer.fish Git - mirror/frr.git/commit
zebra, lib: Add client proto & instance in zserv
authorFredi Raspall <fredi@voltanet.io>
Thu, 26 Apr 2018 08:56:19 +0000 (10:56 +0200)
committerFredi Raspall <fredi@voltanet.io>
Tue, 1 May 2018 19:43:10 +0000 (21:43 +0200)
commit5dffb0e9aaafd7543ae22c48f26d3ca9efd77b66
tree347b32ed33d5b39ba1d27833e886e45ad9037fa8
parent881999e64fcf1cf7bac65a74bcc4a6ed7cfdbbbe
zebra, lib: Add client proto & instance in zserv

Add client proto and instance number in all msg (request and
responses) to/form a label manager. This is required for a
label manager acting as 'proxy' (i.e. relaying messages towards
another label manager) to correctly deliver responses to the
requesting clients.

Signed-off-by: Fredi Raspall <fredi@voltanet.io>
lib/zclient.c
zebra/zapi_msg.c