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 _______________________________________________ Lede-dev mailing list Lede-dev@lists.infradead.org http://lists.infradead.org/mailman/listinfo/lede-dev