From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH 1/4] rule: add support for position attribute Date: Fri, 19 Jul 2013 14:31:37 +0200 Message-ID: <20130719123137.GA30571@localhost> References: <1373124677-6626-1-git-send-email-eric@regit.org> <1373124796-6810-1-git-send-email-eric@regit.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Eric Leblond Return-path: Received: from mail.us.es ([193.147.175.20]:45699 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933493Ab3GSMbl (ORCPT ); Fri, 19 Jul 2013 08:31:41 -0400 Content-Disposition: inline In-Reply-To: <1373124796-6810-1-git-send-email-eric@regit.org> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Sat, Jul 06, 2013 at 05:33:13PM +0200, Eric Leblond wrote: > This patch adds support for position attribute which can be used > to insert a rule at a given position. Applied, thanks.