From: KOVACS Krisztian Date: Tue, 18 Oct 2011 10:17:35 +0000 (+0000) Subject: tproxy: copy transparent flag when creating a time wait X-Git-Tag: v3.1~9^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=58af19e387d8821927e49be3f467da5e6a0aa8fd;p=pandora-kernel.git tproxy: copy transparent flag when creating a time wait The transparent socket option setting was not copied to the time wait socket when an inet socket was being replaced by a time wait socket. This broke the --transparent option of the socket match and may have caused that FIN packets belonging to sockets in FIN_WAIT2 or TIME_WAIT state were being dropped by the packet filter. Signed-off-by: KOVACS Krisztian Signed-off-by: David S. Miller --- Reading git-diff-tree failed