From 8420c0a446676f968a1bd4f0e811669cf3959514 Mon Sep 17 00:00:00 2001 From: Dave Jones Date: Thu, 17 May 2007 15:02:21 -0700 Subject: [PATCH] --- yaml --- r: 56583 b: refs/heads/master c: d739437207064cdcea8f9c81442284106cbcb67f h: refs/heads/master i: 56581: 82ba9c18dd69f4680d4d5c156017aacc7c9a9f77 56579: 3c2a69253e7111ccfc663cd9fe5bee21023ed6c0 56575: 195f9a7005f9395322cb18321c7e7cba40139742 v: v3 --- [refs] | 2 +- trunk/net/ipv4/Kconfig | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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.