From: Jesper Dangaard Brouer Date: Mon, 23 Feb 2009 04:40:43 +0000 (+0000) Subject: Doc: Refer to ip-sysctl.txt for strict vs. loose rp_filter mode X-Git-Tag: v2.6.30-rc1~662^2~585 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d18921a0e319ab512f8186b1b1142c7b8634c779;p=platform%2Fupstream%2Fkernel-adaptation-pc.git Doc: Refer to ip-sysctl.txt for strict vs. loose rp_filter mode The IP_ADVANCED_ROUTER Kconfig describes the rp_filter proc option. Recent changes added a loose mode. Instead of documenting this change too places, refer to the document describing it: Documentation/networking/ip-sysctl.txt I'm considering moving the rp_filter description away from the Kconfig file into ip-sysctl.txt. Signed-off-by: Jesper Dangaard Brouer Signed-off-by: David S. Miller --- diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig index c7a8148..b2cf91e 100644 --- a/net/ipv4/Kconfig +++ b/net/ipv4/Kconfig @@ -50,6 +50,8 @@ config IP_ADVANCED_ROUTER echo 1 > /proc/sys/net/ipv4/conf/all/rp_filter Note that some distributions enable it in startup scripts. + For details about rp_filter strict and loose mode read + . If unsure, say N here.