diff options
Diffstat (limited to 'zebra/interface.h')
| -rw-r--r-- | zebra/interface.h | 3 | 
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/interface.h b/zebra/interface.h index 2c7a079bf4..995dffdc32 100644 --- a/zebra/interface.h +++ b/zebra/interface.h @@ -99,6 +99,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. */  | 
