瀏覽代碼

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 8 年之前
父節點
當前提交
07d5fc7ada
共有 1 個文件被更改,包括 1 次插入0 次删除
  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