From: Jan Engelhardt Date: Tue, 13 Apr 2010 13:28:11 +0000 (+0200) Subject: netfilter: ipv6: move POSTROUTING invocation before fragmentation X-Git-Tag: v2.6.35-rc1~473^2~168^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e50849054a4824f06c66d2b449de21b98e03770;p=pandora-kernel.git netfilter: ipv6: move POSTROUTING invocation before fragmentation Patrick McHardy notes: "We used to invoke IPv4 POST_ROUTING after fragmentation as well just to defragment the packets in conntrack immediately afterwards, but that got changed during the netfilter-ipsec integration. Ideally IPv6 would behave like IPv4." This patch makes it so. Sending an oversized frame (e.g. `ping6 -s64000 -c1 ::1`) will now show up in POSTROUTING as a single skb rather than multiple ones. Signed-off-by: Jan Engelhardt Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed