mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Set managed RA flag always when doing DHCP.
This commit is contained in:
@@ -296,6 +296,8 @@ static int add_prefixes(struct in6_addr *local, int prefix,
|
|||||||
do_slaac = 1;
|
do_slaac = 1;
|
||||||
if (context->flags & CONTEXT_RA_STATELESS)
|
if (context->flags & CONTEXT_RA_STATELESS)
|
||||||
param->other = 1;
|
param->other = 1;
|
||||||
|
if (context->flags & CONTEXT_DHCP)
|
||||||
|
param->managed = 1;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user