Author: blogic
Date: 2015-12-23 15:43:41 +0100 (Wed, 23 Dec 2015)
New Revision: 47974

Modified:
   trunk/package/network/services/dnsmasq/files/dnsmasq.init
Log:
dnsmasq: Add option --no-ping

By default dnsmasq sends an ICMP echo request before allocating
an IP address to a host; the uci option noping allows to disable
this check.

Signed-off-by: Hans Dedecker <[email protected]>

Modified: trunk/package/network/services/dnsmasq/files/dnsmasq.init
===================================================================
--- trunk/package/network/services/dnsmasq/files/dnsmasq.init   2015-12-23 
14:43:35 UTC (rev 47973)
+++ trunk/package/network/services/dnsmasq/files/dnsmasq.init   2015-12-23 
14:43:41 UTC (rev 47974)
@@ -137,6 +137,7 @@
        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"
_______________________________________________
openwrt-commits mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits

Reply via email to