]> git.proxmox.com Git - mirror_iproute2.git/commit
tc: u32: Fix firstfrag filter.
authorHiroaki SHIMODA <shimoda.hiroaki@gmail.com>
Tue, 10 Jul 2012 10:44:16 +0000 (19:44 +0900)
committerStephen Hemminger <shemminger@vyatta.com>
Tue, 10 Jul 2012 22:39:02 +0000 (15:39 -0700)
commit690b11f4a6b8e2515fe5f9e94a80aaeceb84a391
tree9e82e5e388b59970a334c4da567b83b500b8883d
parent1d62f99fe215b88ae15636380bbaa00dcfdd47e1
tc: u32: Fix firstfrag filter.

On current firstfrag filter, all non fragmented packets are matched.
firstfrag should check MF bit.

Signed-off-by: Hiroaki SHIMODA <shimoda.hiroaki@gmail.com>
tc/f_u32.c