aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/dnsmasq/files
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-12-23 14:43:41 +0000
committerJohn Crispin <blogic@openwrt.org>2015-12-23 14:43:41 +0000
commitfdd97fdf46a97645cd3406086a5833d34c4b7745 (patch)
treeb1b86cb00611927b3fddd7ae6c741a82573fa21a /package/network/services/dnsmasq/files
parent0b7a7ec4c73c149629d08902be4e71890d3049d6 (diff)
downloadmaster-187ad058-fdd97fdf46a97645cd3406086a5833d34c4b7745.tar.gz
master-187ad058-fdd97fdf46a97645cd3406086a5833d34c4b7745.tar.bz2
master-187ad058-fdd97fdf46a97645cd3406086a5833d34c4b7745.zip
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 <dedeckeh@gmail.com> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@47974 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/network/services/dnsmasq/files')
-rw-r--r--package/network/services/dnsmasq/files/dnsmasq.init1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/network/services/dnsmasq/files/dnsmasq.init b/package/network/services/dnsmasq/files/dnsmasq.init
index a504f92e60..3ef2b3d64c 100644
--- a/package/network/services/dnsmasq/files/dnsmasq.init
+++ b/package/network/services/dnsmasq/files/dnsmasq.init
@@ -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"