mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Do immediate RA when a prefix goes from old->current.
This commit is contained in:
@@ -661,6 +661,7 @@ static int construct_worker(struct in6_addr *local, int prefix,
|
|||||||
log_context(AF_INET6, context);
|
log_context(AF_INET6, context);
|
||||||
/* fast RAs for a while */
|
/* fast RAs for a while */
|
||||||
ra_start_unsolicted(param->now, context);
|
ra_start_unsolicted(param->now, context);
|
||||||
|
param->newone = 1;
|
||||||
/* Add address to name again */
|
/* Add address to name again */
|
||||||
if (context->flags & CONTEXT_RA_NAME)
|
if (context->flags & CONTEXT_RA_NAME)
|
||||||
param->newname = 1;
|
param->newname = 1;
|
||||||
|
|||||||
Reference in New Issue
Block a user