From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mr Dash Four Subject: Re: [ANNOUNCE] ipset 6.12 released Date: Sat, 12 May 2012 00:20:40 +0100 Message-ID: <4FAD9EC8.5060901@googlemail.com> References: <4FAC3A87.3010500@googlemail.com> <4FAD09FC.30 707@googlemail.com> <4FAD997D.8060104@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Jozsef Kadlecsik , Neutron Soutmun , netfilter-devel@vger.kernel.org To: Jan Engelhardt Return-path: Received: from mail-wi0-f172.google.com ([209.85.212.172]:33898 "EHLO mail-wi0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752911Ab2EKXUx (ORCPT ); Fri, 11 May 2012 19:20:53 -0400 Received: by wibhr2 with SMTP id hr2so2124524wib.1 for ; Fri, 11 May 2012 16:20:52 -0700 (PDT) In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: >> I meant ipsets themselves. In other words, instead of: >> >> tc filter add dev ifb0 protocol ip parent be:0 prio 10 u32 match ip src >> 10.1.1.1/24 match ip dst 10.2.1.1/24 match ip protocol 6 ... >> >> to have ipset matching on src, destination, protocol etc instead of specifying >> hard-coded values, like "10.1.1.1/24", "10.2.1.1/24" and "protocol 6" in the >> above example. >> >> To my knowledge, that isn't yet possible or have I missed something? >> > > There's always the nfmark that you can use, of course. > So, it is not supported then - as I thought it won't be.