commit | 2e2f7aefa8a8ba4adb6ecee8cbb43fbe9ca4cc89 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Tue Apr 04 13:42:35 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sun Apr 09 22:25:23 2006 -0700 |
tree | 891921c05dbf5ac2436473d77b8dbfda91a1b9bc | |
parent | 550e29bc96e6f1ced2bca82dace197b009434367 [diff] |
[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>