Skip to content

Commit 72b126a

Browse files
Sébastien Barrédavem330
authored andcommitted
Revert "ipv4: Clarify in docs that accept_local requires rp_filter."
This reverts commit c801e3c ("ipv4: Clarify in docs that accept_local requires rp_filter."). It is not needed anymore since commit 1dced6a ("ipv4: Restore accept_local behaviour in fib_validate_source()"). Suggested-by: Julian Anastasov <[email protected]> Cc: Gregory Detal <[email protected]> Cc: Christoph Paasch <[email protected]> Cc: Hannes Frederic Sowa <[email protected]> Cc: Sergei Shtylyov <[email protected]> Signed-off-by: Sébastien Barré <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent b954d83 commit 72b126a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

Documentation/networking/ip-sysctl.txt

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -952,14 +952,9 @@ accept_source_route - BOOLEAN
952952
FALSE (host)
953953

954954
accept_local - BOOLEAN
955-
Accept packets with local source addresses. In combination
956-
with suitable routing, this can be used to direct packets
957-
between two local interfaces over the wire and have them
958-
accepted properly.
959-
960-
rp_filter must be set to a non-zero value in order for
961-
accept_local to have an effect.
962-
955+
Accept packets with local source addresses. In combination with
956+
suitable routing, this can be used to direct packets between two
957+
local interfaces over the wire and have them accepted properly.
963958
default FALSE
964959

965960
route_localnet - BOOLEAN

0 commit comments

Comments
 (0)