mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-02-19 21:46:52 +00:00
dnsmasq: don't propagate DUID from one host to another
If no DUID is set for a host, it should be empty, not the last one set for a previous host. Signed-off-by: Arjen de Korte <build+lede@de-korte.org>
This commit is contained in:
parent
8451b06023
commit
44da45a881
@ -256,7 +256,7 @@ dhcp_match_add() {
|
||||
|
||||
dhcp_host_add() {
|
||||
local cfg="$1"
|
||||
local hosttag nametime addrs
|
||||
local hosttag nametime addrs duids
|
||||
|
||||
config_get_bool force "$cfg" force 0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user