Per-context control over ra short period.

This commit is contained in:
Simon Kelley
2012-12-18 19:55:25 +00:00
parent 293fd0f700
commit 1b75c1e61f
3 changed files with 9 additions and 9 deletions

View File

@@ -678,7 +678,7 @@ struct dhcp_context {
struct in6_addr start6, end6; /* range of available addresses */
struct in6_addr local6;
int prefix, if_index;
time_t ra_time;
time_t ra_time, ra_short_period_start;
char *template_interface;
int valid, preferred; /* times from address for constructed contexts */
#endif