From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 1BC00C3DA7A for ; Mon, 2 Jan 2023 14:17:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230314AbjABORm (ORCPT ); Mon, 2 Jan 2023 09:17:42 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57706 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230133AbjABORm (ORCPT ); Mon, 2 Jan 2023 09:17:42 -0500 Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id 5D9652DF4 for ; Mon, 2 Jan 2023 06:17:41 -0800 (PST) Date: Mon, 2 Jan 2023 15:17:37 +0100 From: Pablo Neira Ayuso To: netfilter-devel@vger.kernel.org Subject: Re: [PATCH libnftnl] expr: add inner support Message-ID: References: <20220928220707.1361-1-pablo@netfilter.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20220928220707.1361-1-pablo@netfilter.org> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Thu, Sep 29, 2022 at 12:07:07AM +0200, Pablo Neira Ayuso wrote: > This patch adds support for the inner expression which allows you to > match on the inner tunnel headers, eg. VxLAN. 6.2-rc is out, I have applied this so people have a chance to test new tunnel matching capabilities.