From: Patrick McHardy Date: Tue, 4 Apr 2006 20:42:35 +0000 (-0700) Subject: [NETFILTER]: Fix fragmentation issues with bridge netfilter X-Git-Tag: v2.6.17-rc2~291^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e2f7aefa8a8ba4adb6ecee8cbb43fbe9ca4cc89;p=pandora-kernel.git [NETFILTER]: Fix fragmentation issues with bridge netfilter The conntrack code doesn't do re-fragmentation of defragmented packets anymore but relies on fragmentation in the IP layer. Purely bridged packets don't pass through the IP layer, so the bridge netfilter code needs to take care of fragmentation itself. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed