]> git.proxmox.com Git - mirror_frr.git/commit - zebra/zebra_mlag.h
Zebra: ADD Protobuf Encoding & Decoding for MLAG Messages
authorSatheesh Kumar K <sathk@cumulusnetworks.com>
Tue, 27 Aug 2019 04:24:19 +0000 (21:24 -0700)
committerSatheesh Kumar K <sathk@cumulusnetworks.com>
Tue, 24 Sep 2019 08:52:18 +0000 (01:52 -0700)
commitd5167496339ba462e0b6e8d69363b393f6c6ffa0
tree03213505feb5151b9117dbb8381c4ba8bde4190e
parent9918b45e636c3142fe85ef8482ec6de3de6e5145
Zebra: ADD Protobuf Encoding & Decoding for MLAG Messages

1. add the Mlag ProtoBuf Lib to Zebra Compilation
2. Encode the messages with protobuf before writing to MLAG
3. Decode the MLAG Messages using protobuf and write to clients
   based on their subscrption.

Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
Makefile.am
zebra/subdir.am
zebra/zebra_mlag.c
zebra/zebra_mlag.h