summaryrefslogtreecommitdiff
path: root/vrrpd/vrrp_zebra.h
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@cumulusnetworks.com>2019-02-05 22:02:40 +0000
committerQuentin Young <qlyoung@cumulusnetworks.com>2019-05-17 00:27:08 +0000
commitc3bd894e4d2395d2bc72b0d7a94984f04e93adb1 (patch)
tree98d97da198271e7486ad4519328f7bb97f5fae16 /vrrpd/vrrp_zebra.h
parent999668407ea0f9492a93b226e0d06ab970c0ad82 (diff)
vrrpd: protodown macvlan in backup state
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'vrrpd/vrrp_zebra.h')
-rw-r--r--vrrpd/vrrp_zebra.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/vrrpd/vrrp_zebra.h b/vrrpd/vrrp_zebra.h
index 5e8ff09543..84bcba23c1 100644
--- a/vrrpd/vrrp_zebra.h
+++ b/vrrpd/vrrp_zebra.h
@@ -20,7 +20,13 @@
#ifndef __VRRP_ZEBRA_H__
#define __VRRP_ZEBRA_H__
+#include <zebra.h>
+
+#include "lib/if.h"
+
extern void vrrp_zebra_init(void);
extern void vrrp_zebra_radv_set(struct vrrp_router *r, bool enable);
+extern int vrrp_zclient_send_interface_protodown(struct interface *ifp,
+ bool down);
#endif /* __VRRP_ZEBRA_H__ */