[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <CAA5aLPhvkEPpDhaxSNWnGHU2H0WmCaYhbo-fYKP8+Xzka3-q=g@mail.gmail.com>
Date: Fri, 11 Sep 2015 23:34:19 +0700
From: Akshat Kakkar <akshat.1984@...il.com>
To: netdev <netdev@...r.kernel.org>
Cc: Cong Wang <xiyou.wangcong@...il.com>,
Stephen Hemminger <stephen@...workplumber.org>
Subject: [fw filter]: Broken! fw mark based tc class selection not working
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.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists