]> git.proxmox.com Git - mirror_frr.git/commit - lib/zclient.c
lib: introduce encode/decode functions for the MPLS zapi messages
authorRenato Westphal <renato@opensourcerouting.org>
Thu, 8 Aug 2019 00:06:03 +0000 (21:06 -0300)
committerRenato Westphal <renato@opensourcerouting.org>
Sat, 7 Sep 2019 00:06:11 +0000 (21:06 -0300)
commitbad6b0e72ea5730031b7851ee6c8e422cbb1f270
treedb3eaf1a8e36efa4f23248b6468cc04ad1e22f60
parentc50addb34a4cb6b3656bb3a10b2a07c1e9f3973b
lib: introduce encode/decode functions for the MPLS zapi messages

Do this for the following reasons:
* Improve modularity of the code by separating the decoding of the
  ZAPI messages from their processing;
* Create an API that is easier to use by the client daemons.

Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
ldpd/ldp_zebra.c
lib/zclient.c
lib/zclient.h
ospfd/ospf_sr.c
zebra/zapi_msg.c