hummerbliss@gmail.com c197facc8e netfilter: bridge: allow fragmentation of VLAN packets traversing a bridge
br_nf_dev_queue_xmit only checks for ETH_P_IP packets for fragmenting but not
VLAN packets. This results in dropping of large VLAN packets. This can be
observed when connection tracking is enabled. Connection tracking re-assembles
fragmented packets, and these have to re-fragmented when transmitting out. Also,
make sure only refragmented packets are defragmented as per suggestion from
Patrick McHardy.

Signed-off-by: Saikiran Madugula <hummerbliss@gmail.com>
Signed-off-by: Patrick McHardy <kaber@trash.net>
2009-04-20 17:12:35 +02:00
..
2009-03-21 19:06:50 -07:00
2009-03-17 13:10:52 -07:00
2009-03-21 13:36:17 -07:00
2009-04-06 17:06:55 +02:00
2009-03-21 13:36:17 -07:00
2009-03-31 23:00:26 -04:00
2009-02-26 23:43:35 -08:00