Skip to content

Commit

Permalink
ipv4: Clarify in docs that accept_local requires rp_filter.
Browse files Browse the repository at this point in the history
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Jul 1, 2012
1 parent f7eadaf commit c801e3c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions Documentation/networking/ip-sysctl.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c801e3c

Please sign in to comment.