Преглед на файлове

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.
Matthias Schiffer преди 7 години
родител
ревизия
f0b919e89c
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      package/gluon-client-bridge/luasrc/lib/gluon/upgrade/310-gluon-client-bridge-local-node

+ 1 - 0
package/gluon-client-bridge/luasrc/lib/gluon/upgrade/310-gluon-client-bridge-local-node

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