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:
parent
4f87327bfa
commit
f0b919e89c
@ -33,6 +33,7 @@ uci:section('network', 'interface', 'local_node', {
|
||||
proto = 'static',
|
||||
ipaddr = ip4,
|
||||
ip6addr = ip6,
|
||||
ip6deprecated = true,
|
||||
})
|
||||
|
||||
uci:save('network')
|
||||
|
Loading…
Reference in New Issue
Block a user