From: Denys Vlasenko Date: Tue, 15 Jan 2008 07:44:26 +0000 (-0800) Subject: [NETFILTER]: ipt_REJECT: properly handle IP options X-Git-Tag: v2.6.25-rc1~1162^2~721 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ba99b0d3f45d0aedeafce1cfa4f720b19d04477;p=pandora-kernel.git [NETFILTER]: ipt_REJECT: properly handle IP options The current TCP RST construction reuses the old packet and can't deal with IP options as a consequence of that. Construct the RST from scratch instead. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed