From d037c4c654974c7c72c3db60b1d56f6f16073528 Mon Sep 17 00:00:00 2001 From: Milan Fencik Date: Wed, 19 Nov 2025 14:33:12 +0000 Subject: [PATCH] test dhcp-broadcast for dnsmasq --- containers/dnsmasq/dnsmasq/dnsmasq.conf.j2 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/containers/dnsmasq/dnsmasq/dnsmasq.conf.j2 b/containers/dnsmasq/dnsmasq/dnsmasq.conf.j2 index 0c82c8020..790a8754e 100644 --- a/containers/dnsmasq/dnsmasq/dnsmasq.conf.j2 +++ b/containers/dnsmasq/dnsmasq/dnsmasq.conf.j2 @@ -73,6 +73,9 @@ dhcp-option={{ tag }}{{ option_prefix }}{{ option|replace('_', '-')|lower }},{{ {%- endif %} {%- endmacro %} +# force broadcast type respone as some dhcp clients need that +dhcp-broadcast + dhcp-authoritative # DHCP ranges to hand out {% set dhcp_proxy_list = [] -%}