From mboxrd@z Thu Jan 1 00:00:00 1970 From: Mr Dash Four Subject: Re: [ANNOUNCE] ipset 6.12 released Date: Fri, 11 May 2012 23:58:05 +0100 Message-ID: <4FAD997D.8060104@googlemail.com> References: <4FAC3A87.3010500@googlemail.com> <4FAD09FC.30 707@googlemail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Neutron Soutmun , netfilter-devel@vger.kernel.org To: Jozsef Kadlecsik Return-path: Received: from mail-we0-f174.google.com ([74.125.82.174]:55141 "EHLO mail-we0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964841Ab2EKW6N (ORCPT ); Fri, 11 May 2012 18:58:13 -0400 Received: by weyu7 with SMTP id u7so685668wey.19 for ; Fri, 11 May 2012 15:58:12 -0700 (PDT) In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: >> I don't suppose you are working on ways to include ipset targets in tc >> by any chance, are you? *hopeful look* >> > > Nothing required, all iptables targets are supported by tc. > 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?