dnsmasq: Add option --no-ping
[openwrt/staging/florian.git] / package / network / services / dnsmasq / files / dnsmasq.init
index a504f92e60628d6ecca31ab44130c72902c6e593..3ef2b3d64c441d2de9f3e09f418102743d956b9f 100644 (file)
@@ -137,6 +137,7 @@ dnsmasq() {
        append_bool "$cfg" quietdhcp "--quiet-dhcp"
        append_bool "$cfg" sequential_ip "--dhcp-sequential-ip"
        append_bool "$cfg" allservers "--all-servers"
+       append_bool "$cfg" noping "--no-ping"
 
        append_parm "$cfg" dhcpscript "--dhcp-script"
        append_parm "$cfg" cachesize "--cache-size"