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

@@ -542,7 +542,7 @@ static int construct_worker(struct in6_addr *local, int prefix,
context->next = daemon->dhcp6;
daemon->dhcp6 = context;
ra_start_unsolicted(dnsmasq_time(), context);
ra_start_unsolicted(param->now, context);
/* we created a new one, need to call
lease_update_file to get periodic functions called */
param->newone = 1;