From mboxrd@z Thu Jan 1 00:00:00 1970 From: Akshat Kakkar Subject: [fw filter]: Broken! fw mark based tc class selection not working Date: Fri, 11 Sep 2015 23:34:19 +0700 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Cc: Cong Wang , Stephen Hemminger To: netdev Return-path: Received: from mail-oi0-f48.google.com ([209.85.218.48]:33079 "EHLO mail-oi0-f48.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752587AbbIKQeT (ORCPT ); Fri, 11 Sep 2015 12:34:19 -0400 Received: by oixx17 with SMTP id x17so45866549oix.0 for ; Fri, 11 Sep 2015 09:34:19 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Recently I came to know that, Without any options fw classifier maps fwmark to classid. tc filter add dev parent 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.