Parcourir la source

gluon-core: don't request a prefix via DHCPv6 on WAN

The prefix is not used, and requesting it leads to odhcp6c log spam with
certain DHCPv6 servers.
Matthias Schiffer il y a 6 ans
Parent
commit
5db54ba78c
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      package/gluon-core/luasrc/lib/gluon/upgrade/110-network

+ 1 - 0
package/gluon-core/luasrc/lib/gluon/upgrade/110-network

@@ -24,6 +24,7 @@ uci:section('network', 'interface', 'wan6', {
 	peerdns = false,
 	ip6table = 1,
 	sourcefilter = false,
+	reqprefix = 'no',
 })
 
 if not uci:get('network', 'wan6', 'proto') then