On Thu, Jan 10, 2019 at 11:45 AM Martin Olsson
wrote:
>
> Why are the two filters 200 and 201 skipped when using 'continue' but
> working fine with 'reclassify'?
[...]
> In the debug-rule 999 (and on the mirror destination interface) I see
> all 400 000 untagged packets.
> I expected 40-15568-
Why are the two filters 200 and 201 skipped when using 'continue' but
working fine with 'reclassify'?
Here's what I do:
First the working example:
tc qdisc add dev $1 ingress
tc filter add dev $1 parent : prio 100 protocol 802.1Q matchall
action vlan pop reclassify
t