From: Julian Anastasov Date: Mon, 11 Oct 2010 08:23:07 +0000 (+0300) Subject: nf_nat: restrict ICMP translation for embedded header X-Git-Tag: v2.6.37-rc1~147^2~3^2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0aeef30433ea6854e985c2e9842fa19f51b95cc;p=pandora-kernel.git nf_nat: restrict ICMP translation for embedded header Skip ICMP translation of embedded protocol header if NAT bits are not set. Needed for IPVS to see the original embedded addresses because for IPVS traffic the IPS_SRC_NAT_BIT and IPS_DST_NAT_BIT bits are not set. It happens when IPVS performs DNAT for client packets after using nf_conntrack_alter_reply to expect replies from real server. Signed-off-by: Julian Anastasov Signed-off-by: Simon Horman --- Reading git-diff-tree failed