dnsmasq: honor quietdhcp option for DHCPv6

Do not spam the syslog with DHCPv6 lease info if quietdhcp option
is selected. This already works for DHCPv4, make it work in the same
way for DHCPv6.

Signed-off-by: Arjen de Korte <build+lede@de-korte.org>
[Originally written by Arjen de Korte on GitHub but had issues providing
a SoB in correct format.]
Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
This commit is contained in:
Arjen de Korte 2017-02-03 11:13:59 +01:00 committed by Hans Dedecker
parent f791fb4af4
commit 07d5fc7ada
1 changed files with 1 additions and 0 deletions

View File

@ -894,6 +894,7 @@ dnsmasq_start()
config_foreach dhcp_add dhcp
xappend "--enable-ra"
xappend "--quiet-ra"
append_bool "$cfg" quietdhcp "--quiet-dhcp6"
elif [ "$DNSMASQ_DHCP_VER" -gt 0 ] ; then
config_foreach dhcp_add dhcp