Skip to content
Snippets Groups Projects
Unverified Commit 5db54ba7 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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.
parent 1026465f
No related branches found
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment