diff --git a/[refs] b/[refs] index f63aa09f3c09..bfaaab9acef7 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2ff011efa4cc591ed563241bae3d60bc0eaac210 +refs/heads/master: d739437207064cdcea8f9c81442284106cbcb67f diff --git a/trunk/net/ipv4/Kconfig b/trunk/net/ipv4/Kconfig index 719c1040bd0a..010fbb2d45e9 100644 --- a/trunk/net/ipv4/Kconfig +++ b/trunk/net/ipv4/Kconfig @@ -43,11 +43,11 @@ config IP_ADVANCED_ROUTER asymmetric routing (packets from you to a host take a different path than packets from that host to you) or if you operate a non-routing host which has several IP addresses on different interfaces. To turn - rp_filter off use: + rp_filter on use: - echo 0 > /proc/sys/net/ipv4/conf//rp_filter + echo 1 > /proc/sys/net/ipv4/conf//rp_filter or - echo 0 > /proc/sys/net/ipv4/conf/all/rp_filter + echo 1 > /proc/sys/net/ipv4/conf/all/rp_filter If unsure, say N here.