diff options
author | Satheesh Kumar K <sathk@cumulusnetworks.com> | 2019-11-12 09:40:35 +0100 |
---|---|---|
committer | Satheesh Kumar K <sathk@cumulusnetworks.com> | 2019-11-14 05:50:37 +0100 |
commit | ee235396b9c0187f7c72a86d3adb0bb15861c6c4 (patch) | |
tree | 7aa36f7f28189a6e93e551f0fdec8c018cc2117b /lib/mlag.h | |
parent | pimd, lib: adding support for MLAG Message processing at PIM (diff) | |
download | frr-ee235396b9c0187f7c72a86d3adb0bb15861c6c4.tar.xz frr-ee235396b9c0187f7c72a86d3adb0bb15861c6c4.zip |
Zebra: adding support for Zebra MLAG Functionality
This includes:
1. Processing client Registrations for MLAG
2. storing client Interests for MLAG updates
3. Opening communication channel to MLAG with First client reg
4. Closing Communication channel with last client De-reg
5. Spawning a new thread for handling MLAG updates peocessing
6. adding Test code
7. advertising MLAG Updates to clients based on their interests
Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
Diffstat (limited to 'lib/mlag.h')
-rw-r--r-- | lib/mlag.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/mlag.h b/lib/mlag.h index 942d4be3b..c8a345698 100644 --- a/lib/mlag.h +++ b/lib/mlag.h @@ -30,6 +30,8 @@ extern "C" { #include "lib/vrf.h" #include "lib/stream.h" +#define MLAG_MSG_NULL_PAYLOAD 0 +#define MLAG_MSG_NO_BATCH 1 #define MLAG_BUF_LIMIT 2048 enum mlag_role { |