All of lore.kernel.org
 help / color / mirror / Atom feed
* fw mark based tc class selection not working
@ 2015-09-11  5:31 Akshat Kakkar
  2015-09-11 10:52 ` Andy Furniss
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Akshat Kakkar @ 2015-09-11  5:31 UTC (permalink / raw)
  To: lartc

Recently I came to know that,
Without any options fw classifier maps fwmark to classid.

tc filter add dev <iface> parent <qhandle> protocol ip prio 1 fw

i.e. if my packet has mark(0x10001) and class id is not set,
then above tc filter, will set class id = 0x10001 i.e. 1:1

But when I am trying it out, its not working!
I am having class 1:1 defined but its not at all hit.

Am I missing something out here?

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-09-12 17:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-11  5:31 fw mark based tc class selection not working Akshat Kakkar
2015-09-11 10:52 ` Andy Furniss
2015-09-11 11:54 ` Akshat Kakkar
2015-09-12  9:25 ` Andy Furniss
2015-09-12 11:29 ` Andy Furniss
2015-09-12 17:52 ` Akshat Kakkar

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.