use tc to drop a marked packet
Mike Wright <[email protected]> Fri, 22 Sep 2023 04:49:10 +0000
| Newsgroups | org.kernel.vger.lartc |
|---|---|
| Message-ID | <[email protected]> |
Hi lartc denizens,
I've never used tc before. I've tried to figure it out but never made
it very far.
I want to drop packets marked with hex 19. How would I do that?
Here's what I've got so far and am not sure this part is right:
tc filter add ... handle 0x019 fw classid 1:1 action drop
^^^ ^^^
Thanks for any help,
Mike Wright