mirror of
https://github.com/pi-hole/dnsmasq.git
synced 2025-12-19 18:28:25 +00:00
Make RA without DHCPv6 possible.
This commit is contained in:
@@ -317,7 +317,7 @@ void lease_update_file(time_t now)
|
||||
|
||||
#ifdef HAVE_DHCP6
|
||||
/* do timed RAs and determine when the next is */
|
||||
if (option_bool(OPT_RA))
|
||||
if (daemon->ra_contexts)
|
||||
next_event = periodic_ra(now);
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user