Skip to content
Commit c197facc authored by hummerbliss@gmail.com's avatar hummerbliss@gmail.com Committed by Patrick McHardy
Browse files

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: default avatarSaikiran Madugula <hummerbliss@gmail.com>
Signed-off-by: default avatarPatrick McHardy <kaber@trash.net>
parent a0142733
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment