[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20100104100417.GA7699@verge.net.au>
Date: Mon, 4 Jan 2010 21:04:23 +1100
From: Simon Horman <horms@...ge.net.au>
To: Jamal Hadi Salim <hadi@...erus.ca>
Cc: NetDEV list <netdev@...r.kernel.org>
Subject: regression in socket match caused by "net: Fix RPF to work with
policy routing"
Hi Jamal,
the patch "net: Fix RPF to work with policy routing",
which was added between 2.6.32-rc5 and rc6 seems to
cause a regression when using the socket match.
In particular I'm using IP_TRANSPARENT as detailed
in Documentation/networking/tproxy.txt with the following
rules:
iptables -t mangle -N DIVERT
iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT
iptables -t mangle -A DIVERT -j MARK --set-mark 1
iptables -t mangle -A DIVERT -j ACCEPT
ip rule add fwmark 1 lookup 100
ip route add local 0.0.0.0/0 dev lo table 100
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists