summaryrefslogtreecommitdiff
path: root/pimd/pim_mlag.h
diff options
context:
space:
mode:
authorSatheesh Kumar K <sathk@cumulusnetworks.com>2019-08-26 02:18:05 -0700
committerSatheesh Kumar K <sathk@cumulusnetworks.com>2019-09-24 01:35:09 -0700
commit5fdca4ded5794dcf97235fa3f2d1f0e7e0969c29 (patch)
treedd9bfe9f888c0287e3ad40ebd91f64645f0ed4f1 /pimd/pim_mlag.h
parent4bf3dda597cea57745e1aab906d52fc808f088e2 (diff)
pimd, lib: adding support for MLAG Message processing at PIM
This includes: 1. Defining message formats 2. Stream Decoding after receiving the message at PIM 3. Handling MLAG UP & Down Notifications Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_mlag.h')
-rw-r--r--pimd/pim_mlag.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/pimd/pim_mlag.h b/pimd/pim_mlag.h
index 03fbfccb42..f35124e485 100644
--- a/pimd/pim_mlag.h
+++ b/pimd/pim_mlag.h
@@ -39,4 +39,10 @@ extern void pim_mlag_register(void);
extern void pim_mlag_deregister(void);
+extern int pim_zebra_mlag_process_up(void);
+
+extern int pim_zebra_mlag_process_down(void);
+
+extern int pim_zebra_mlag_handle_msg(struct stream *msg, int len);
+
#endif