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.
This commit is contained in:
Matthias Schiffer 2017-02-23 17:58:44 +01:00
parent 4f87327bfa
commit f0b919e89c
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ uci:section('network', 'interface', 'local_node', {
proto = 'static',
ipaddr = ip4,
ip6addr = ip6,
ip6deprecated = true,
})
uci:save('network')