firmware/src
Adrian Schmutzler 70873b58fe fff-network: use upstream function to set local bit
OpenWrt provides a function to set the local-bit in IP addresses.

This removes our custom function macFlipLocalBit() and switches to
the upstream version.

Note that technically the upstream version _sets_ the local bit,
i.e. only works one way, while our version _toggled_ the status.

Since we always start from addresses without the local bit set,
this is irrelevant for the given cases, though.

Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
2021-02-09 23:09:31 +01:00
..
packages/fff fff-network: use upstream function to set local bit 2021-02-09 23:09:31 +01:00