mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-18 16:40:29 +00:00
dnsmasq: fix instances in dhcp_add()
ref commit 9525743c076393336cd2129539c974f8a01c7894 dnsmasq: make DHCPv6 viable for standalone dnsmasq install Above commit broke instancing by missing filter_dnsmasq() as part of the dhcp_add() execution. Signed-off-by: Eric Luehrsen <ericluehrsen@hotmail.com>
This commit is contained in:
parent
bb7068f26c
commit
f9f6a21c81
@ -891,13 +891,13 @@ dnsmasq_start()
|
|||||||
# Enable RA feature for when/if it is constructed,
|
# Enable RA feature for when/if it is constructed,
|
||||||
# and RA is selected per interface pool (RA, DHCP, or both),
|
# and RA is selected per interface pool (RA, DHCP, or both),
|
||||||
# but no one (should) want RA broadcast in syslog
|
# but no one (should) want RA broadcast in syslog
|
||||||
config_foreach dhcp_add dhcp
|
config_foreach filter_dnsmasq dhcp dhcp_add "$cfg"
|
||||||
xappend "--enable-ra"
|
xappend "--enable-ra"
|
||||||
xappend "--quiet-ra"
|
xappend "--quiet-ra"
|
||||||
append_bool "$cfg" quietdhcp "--quiet-dhcp6"
|
append_bool "$cfg" quietdhcp "--quiet-dhcp6"
|
||||||
|
|
||||||
elif [ "$DNSMASQ_DHCP_VER" -gt 0 ] ; then
|
elif [ "$DNSMASQ_DHCP_VER" -gt 0 ] ; then
|
||||||
config_foreach dhcp_add dhcp
|
config_foreach filter_dnsmasq dhcp dhcp_add "$cfg"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user