From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH v4 libnftnl] introduce rt expression Date: Fri, 28 Oct 2016 10:32:43 +0200 Message-ID: <20161028083243.GA27947@salvia> References: <1477634132.1059.29.camel@cohaesio.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: "netfilter-devel@vger.kernel.org" To: "Anders K. Pedersen | Cohaesio" Return-path: Received: from mail.us.es ([193.147.175.20]:38926 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756158AbcJ1Icw (ORCPT ); Fri, 28 Oct 2016 04:32:52 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id C4D4761E8D for ; Fri, 28 Oct 2016 10:32:50 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id B5C7ABAAA9 for ; Fri, 28 Oct 2016 10:32:50 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 95EDDBAAA6 for ; Fri, 28 Oct 2016 10:32:48 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1477634132.1059.29.camel@cohaesio.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Oct 28, 2016 at 05:55:33AM +0000, Anders K. Pedersen | Cohaesio wrote: > From: Anders K. Pedersen > > Introduce support for rt expression for routing related data as implemented > in kernel. Also applied, thanks.