[LEDE-DEV] [PATCH] dnsmasq: manage resolv.conf iff when listening on 127.0.0.1#53

e9hack e9hack at gmail.com
Mon Jun 12 12:46:17 PDT 2017


Hi,

there is a bug in dnsmasq_ismain(). The first parameter in the call of list_contains() must be the variable which
contains the list and not the list itself.

[ -n $notinterfaces ] && list_contains $notinterfaces "loopback" || return 1

$notinterfaces must be replace by notinterfaces.


Regards,
Hartmut



More information about the Lede-dev mailing list