From: Patrick McHardy Date: Thu, 5 Jan 2006 20:20:59 +0000 (-0800) Subject: [NETFILTER]: Call POST_ROUTING hook before fragmentation X-Git-Tag: v2.6.16-rc1~474^2~21^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1bd9bef6f9fe06dd0c628ac877c85b6b36aca062;p=pandora-kernel.git [NETFILTER]: Call POST_ROUTING hook before fragmentation Call POST_ROUTING hook before fragmentation to get rid of the okfn use in ip_refrag and save the useless fragmentation/defragmentation step when NAT is used. The patch introduces one user-visible change, the POSTROUTING chain in the mangle table gets entire packets, not fragments, which should simplify use of the MARK and CLASSIFY targets for queueing as a nice side-effect. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed