From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: Status of Nftables. Date: Sun, 22 Mar 2015 19:21:49 +0100 Message-ID: <20150322182149.GA3725@salvia> References: Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: Sender: netfilter-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Albert K Cc: netfilter@vger.kernel.org On Sun, Mar 22, 2015 at 12:01:48PM +0800, Albert K wrote: > Hi, > > I have been kicking the tires of nftables and love the structured way > to implement filter/rules and have the following questions? > > 1) When is the (xt_classify.c and xt_physdev.c) from iptables > extensions going to be implement in nft? I want to use it to classify > traffic in conjunction with HTB qdisc in a transparent bridge setting. We're finishing the xt compat layer soon, that will provide access to the existing iptables extensions from nft.