[NETFILTER]: Fix fragmentation issues with bridge netfilter
authorPatrick McHardy <kaber@trash.net>
Tue, 4 Apr 2006 20:42:35 +0000 (13:42 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 10 Apr 2006 05:25:23 +0000 (22:25 -0700)
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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found