Skip to content
Snippets Groups Projects
Unverified Commit c479d916 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 09c2e60c
No related branches found
No related tags found
No related merge requests found
...@@ -24,6 +24,7 @@ uci:section('network', 'interface', 'wan6', { ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment