Ver Fonte

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 <[email protected]>
[Originally written by Arjen de Korte on GitHub but had issues providing
a SoB in correct format.]
Signed-off-by: Kevin Darbyshire-Bryant <[email protected]>
Arjen de Korte há 8 anos atrás
pai
commit
07d5fc7ada
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      package/network/services/dnsmasq/files/dnsmasq.init

+ 1 - 0
package/network/services/dnsmasq/files/dnsmasq.init

@@ -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