]> git.proxmox.com Git - mirror_frr.git/commit - Makefile.am
Zebra: ADD Protobuf Encoding & Decoding for MLAG Messages
authorSatheesh Kumar K <sathk@cumulusnetworks.com>
Tue, 12 Nov 2019 09:41:04 +0000 (01:41 -0800)
committerSatheesh Kumar K <sathk@cumulusnetworks.com>
Thu, 14 Nov 2019 06:47:32 +0000 (22:47 -0800)
commit67fa73f29a2a059fb01d8fc7009161f21e1b05da
treec2fb737745e0b7e487160e2e3a510866a5e33a28
parente05ab0b0c8ecdd76afe972572cff2c0f9cc14574
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
pimd/pim_mlag.c
zebra/subdir.am
zebra/zebra_mlag.c
zebra/zebra_mlag.h
zebra/zebra_mlag_private.c
zebra/zebra_router.h