summaryrefslogtreecommitdiff
path: root/vrrpd/vrrp_zebra.h
diff options
context:
space:
mode:
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__ */