[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)
commit2e2f7aefa8a8ba4adb6ecee8cbb43fbe9ca4cc89
tree891921c05dbf5ac2436473d77b8dbfda91a1b9bc
parent550e29bc96e6f1ced2bca82dace197b009434367
[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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/ip.h
net/bridge/br_netfilter.c
net/ipv4/ip_output.c