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 X-Spam-Level: X-Spam-Status: No, score=-4.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id A497AC2BA2B for ; Tue, 7 Apr 2020 15:48:29 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6D49A20730 for ; Tue, 7 Apr 2020 15:48:29 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=redhat.com header.i=@redhat.com header.b="hgaZuv3b" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727856AbgDGPs3 (ORCPT ); Tue, 7 Apr 2020 11:48:29 -0400 Received: from us-smtp-2.mimecast.com ([207.211.31.81]:36597 "EHLO us-smtp-1.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727221AbgDGPs3 (ORCPT ); Tue, 7 Apr 2020 11:48:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1586274508; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=ZJ9p2X0paZu7j0U9ZnL5B0Ng08UrZgz1GAgSIVqPWek=; b=hgaZuv3bYrhvxs8XlUf/f7WUdMHy5T4Ge1IG4F6jpFSR+n9vti4AuF+X498TQz432lVgTw mccmDbW+/vn/yO0RInFVkrYJ/vJADRfB1xgZgfg6M+6kyY0rsbUpa7CL6MvYc+3UOr5+Y1 ailNFQWA6pObZo6hKkOQQEhu2A1wZAs= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-11-YvLV12nvMQWV1DB48N2qfA-1; Tue, 07 Apr 2020 11:48:26 -0400 X-MC-Unique: YvLV12nvMQWV1DB48N2qfA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 7704580268E; Tue, 7 Apr 2020 15:48:20 +0000 (UTC) Received: from localhost (unknown [10.36.110.58]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 5E87D28980; Tue, 7 Apr 2020 15:48:18 +0000 (UTC) Date: Tue, 7 Apr 2020 17:48:14 +0200 From: Stefano Brivio To: Pablo Neira Ayuso Cc: netfilter-devel@vger.kernel.org Subject: Re: [PATCH nf 2/2] netfilter: nf_tables: reintroduce the NFT_SET_CONCAT flag Message-ID: <20200407174814.04b4cda2@redhat.com> In-Reply-To: <20200407153653.137377-2-pablo@netfilter.org> References: <20200407153653.137377-1-pablo@netfilter.org> <20200407153653.137377-2-pablo@netfilter.org> Organization: Red Hat MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Tue, 7 Apr 2020 17:36:53 +0200 Pablo Neira Ayuso wrote: > Stefano originally proposed to introduce this flag, users hit EOPNOTSUPP > in new binaries with old kernels when defining a set with ranges in > a concatenation. > > Fixes: f3a2181e16f1 ("netfilter: nf_tables: Support for sets with multiple ranged fields") > Signed-off-by: Pablo Neira Ayuso Reviewed-by: Stefano Brivio -- Stefano