diff options
Diffstat (limited to 'zebra/zebra_router.h')
| -rw-r--r-- | zebra/zebra_router.h | 7 | 
1 files changed, 7 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h index b3def297ac..6c9f3a0f28 100644 --- a/zebra/zebra_router.h +++ b/zebra/zebra_router.h @@ -112,8 +112,15 @@ struct zebra_router {  	struct zebra_vrf *evpn_vrf;  	uint32_t multipath_num; + +	/* +	 * Time for when we sweep the rib from old routes +	 */ +	time_t startup_time;  }; +#define GRACEFUL_RESTART_TIME 60 +  extern struct zebra_router zrouter;  extern void zebra_router_init(void);  | 
