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

gluon-client-bridge: add next-node IPv6 address as deprecated

We always want to prefer the unique node address for outgoing traffic. Note
that this doesn't have an effect with batman-adv, as usually br-client will
be the outgoing interface, so the unique address would be chosen anyways.
parent 4f87327b
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ uci:section('network', 'interface', 'local_node', {
proto = 'static',
ipaddr = ip4,
ip6addr = ip6,
ip6deprecated = true,
})
uci:save('network')
......
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