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

ipv4: Clarify in docs that accept_local requires rp_filter.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent f7eadafb
...@@ -857,9 +857,14 @@ accept_source_route - BOOLEAN ...@@ -857,9 +857,14 @@ accept_source_route - BOOLEAN
FALSE (host) FALSE (host)
accept_local - BOOLEAN accept_local - BOOLEAN
Accept packets with local source addresses. In combination with Accept packets with local source addresses. In combination
suitable routing, this can be used to direct packets between two with suitable routing, this can be used to direct packets
local interfaces over the wire and have them accepted properly. 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 default FALSE
route_localnet - BOOLEAN route_localnet - BOOLEAN
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment