firmware/src/packages/fff/fff-network
Fabian Bläse 3147a33c52 fff-network: Disable source address filtering
Source address filtering (RFC3704) can be used to mitigate source
address spoofing. However, strict mode only works when routes are
strictly symmetric. If routes are asymmetric, it can happen that
the best route to the source address of a packet is via a different
interface.

Because there is no guarantee that routes have to be symmetric in the
Freifunk Franken backbone network, we cannot use strict mode. Because
default routes are used in the Freifunk Franken backone, loose mode
could be used, but does not make any sense. Instead, revert back to the
kernel default setting, which currently is 0 (disabled).

While this change affects both layer3 and node variant, nothing changes
for the node firmware, because it does not forward packets.

Fixes: #123

Signed-off-by: Fabian Bläse <fabian@blaese.de>
Reviewed-by: Christian Dresel <freifunk@dresel.systems>
2021-02-18 23:20:30 +01:00
..
arm fff-network: move PORTORDER to function/library 2021-02-09 22:37:20 +01:00
files fff-network: Disable source address filtering 2021-02-18 23:20:30 +01:00
mips fff-network: fix primary port for Nanostation M 2021-02-18 01:19:24 +01:00
mipsel fff-network: move PORTORDER to function/library 2021-02-09 22:37:20 +01:00
powerpc fff-network: Group network files by arch, not by target 2020-06-18 12:47:05 +02:00
Makefile fff-network: Disable source address filtering 2021-02-18 23:20:30 +01:00