Re: [OpenWrt-Devel] [PATCH] [packages] dnsmasq: add option --quiet-dhcp

2015-01-09 Thread Lars Kruse
The --quiet-dhcp setting increases privacy by omitting DHCP lease logs including MAC addresses. Signed-off-by: Lars Kruse --- a/package/network/services/dnsmasq/files/dnsmasq.init +++ b/package/network/services/dnsmasq/files/dnsmasq.init @@ -123,6 +123,7 @@ dnsmasq() { append_bool "$cf

Re: [OpenWrt-Devel] [PATCH] [packages] dnsmasq: add option --quiet-dhcp

2015-01-09 Thread edgar . soldin
On 07.01.2015 23:50, Lars Kruse wrote: > > The --quiet-dhcp setting increases privacy by omitting DHCP lease logs > including MAC addresses. > > Signed-off-by: Lars Kruse > > --- a/package/network/services/dnsmasq/files/dnsmasq.init > +++ b/package/network/services/dnsmasq/files/dnsmasq.init >

Re: [OpenWrt-Devel] [PATCH] [packages] dnsmasq: add option --quiet-dhcp

2015-01-09 Thread Lars Kruse
The --quiet-dhcp setting increases privacy by omitting DHCP lease logs including MAC addresses. Signed-off-by: Lars Kruse --- a/package/network/services/dnsmasq/files/dnsmasq.init +++ b/package/network/services/dnsmasq/files/dnsmasq.init @@ -123,6 +123,7 @@ dnsmasq() { append_bool "$cfg

Re: [OpenWrt-Devel] [PATCH] [packages] dnsmasq: add option --quiet-dhcp

2015-01-05 Thread Jo-Philipp Wich
Hi, >> --- a/openwrt/package/network/services/dnsmasq/files/dnsmasq.init >> +++ b/openwrt/package/network/services/dnsmasq/files/dnsmasq.init > What kind of tree was this patch generated from? For the usual git trees > it should be a/package/... instead of a/openwrt/package/... > >> @@ -123,6 +12

Re: [OpenWrt-Devel] [PATCH] [packages] dnsmasq: add option --quiet-dhcp

2015-01-05 Thread Felix Fietkau
On 2014-12-25 01:49, Lars Kruse wrote: > Hi, > > dnsmasq supports an option "--quiet-dhcp" in order to remove DHCP log messages > from the system log. We would like to use this option in our wireless > community > in order to reduce the amount of private data (MAC addresses) exposed in the > logs

[OpenWrt-Devel] [PATCH] [packages] dnsmasq: add option --quiet-dhcp

2014-12-24 Thread Lars Kruse
Hi, dnsmasq supports an option "--quiet-dhcp" in order to remove DHCP log messages from the system log. We would like to use this option in our wireless community in order to reduce the amount of private data (MAC addresses) exposed in the logs. cheers, Lars Description: add --quiet-dhcp optio