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.
This commit is contained in:
parent
1026465f47
commit
5db54ba78c
@ -24,6 +24,7 @@ uci:section('network', 'interface', 'wan6', {
|
|||||||
peerdns = false,
|
peerdns = false,
|
||||||
ip6table = 1,
|
ip6table = 1,
|
||||||
sourcefilter = false,
|
sourcefilter = false,
|
||||||
|
reqprefix = 'no',
|
||||||
})
|
})
|
||||||
|
|
||||||
if not uci:get('network', 'wan6', 'proto') then
|
if not uci:get('network', 'wan6', 'proto') then
|
||||||
|
Loading…
Reference in New Issue
Block a user