- Aug 08, 2017
-
-
Matthias Schiffer authored
-
- Jun 26, 2017
-
-
Matthias Schiffer authored
The next-node MAC address doesn't need to be unique in different communities, so we can as well add a default value.
-
- Feb 23, 2017
-
-
Matthias Schiffer authored
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.
-
- Feb 10, 2017
-
-
Matthias Schiffer authored
macvlan interfaces never directly exchange traffic with the underlying interface, but only with other hosts behind the interface. In consequence, router advertisements from the uradvd running on br-client could never reach local-node, preventing it from getting an IPv6 address without RAs from an external radvd. Fix this be replacing the macvlan interface with a veth pair (with the peer interface in br-client). As a side effect, this saves about 5KB of flash, as the veth module is simpler than macvlan.
-
Matthias Schiffer authored
When preparing the migration from macvlan to veth for local-node, MAC address conflicts occurred as some ports of br-client had the same address as local-node. Reverting the roles of both interfaces fixes this. By default, br-client is left as an interface without addresses and firewall rules that drop everything, so the bridge is used to connect its ports only. gluon-mesh-batman-adv-core changes this to the usual set of addresses and firewall rules.
-
Matthias Schiffer authored
Prepare reverting the roles of br-client and local-node to their state before 8c4403ba.
-