firmware/src/packages/fff/fff-network/files/lib/functions/fff
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
..
cpuport fff-network: wrap CPUPORT into a function 2021-02-09 22:38:55 +01:00
evalbytes Remove unusual shebang in files to be sourced. 2018-09-17 12:38:38 +02:00
network fff-network: use upstream function to set local bit 2021-02-09 23:09:31 +01:00
portorder fff-network: move PORTORDER to function/library 2021-02-09 22:37:20 +01:00