Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c801e3cc authored by David S. Miller's avatar David S. Miller
Browse files

ipv4: Clarify in docs that accept_local requires rp_filter.

parent f7eadafb
Loading
Loading
Loading
Loading
+8 −3
Original line number Diff line number Diff line
@@ -857,9 +857,14 @@ accept_source_route - BOOLEAN
		FALSE (host)

accept_local - BOOLEAN
	Accept packets with local source addresses. In combination with
	suitable routing, this can be used to direct packets between two
	local interfaces over the wire and have them accepted properly.
	Accept packets with local source addresses. In combination
	with suitable routing, this can be used to direct packets
	between two local interfaces over the wire and have them
	accepted properly.

	rp_filter must be set to a non-zero value in order for
	accept_local to have an effect.

	default FALSE

route_localnet - BOOLEAN