summaryrefslogtreecommitdiff
path: root/zebra/interface.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/interface.h')
-rw-r--r--zebra/interface.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/interface.h b/zebra/interface.h
index 34e57088a7..0f5c997403 100644
--- a/zebra/interface.h
+++ b/zebra/interface.h
@@ -100,6 +100,9 @@ struct zebra_if {
/* back pointer to the interface */
struct interface *ifp;
+ /* Event timer to batch ICMPv6 join requests */
+ struct event *icmpv6_join_timer;
+
enum zebra_if_flags flags;
/* Shutdown configuration. */