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:
Matthias Schiffer 2018-02-03 03:02:56 +01:00
parent 1026465f47
commit 5db54ba78c
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

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