From patchwork Mon Apr 8 21:15:36 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Pablo Neira Ayuso X-Patchwork-Id: 1921041 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=139.178.88.99; helo=sv.mirrors.kernel.org; envelope-from=netfilter-devel+bounces-1660-incoming=patchwork.ozlabs.org@vger.kernel.org; receiver=patchwork.ozlabs.org) Received: from sv.mirrors.kernel.org (sv.mirrors.kernel.org [139.178.88.99]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (secp384r1) server-digest SHA384) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4VD2265Kd9z1yY8 for ; Tue, 9 Apr 2024 07:15:58 +1000 (AEST) Received: from smtp.subspace.kernel.org (wormhole.subspace.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by sv.mirrors.kernel.org (Postfix) with ESMTPS id B617628273D for ; Mon, 8 Apr 2024 21:15:55 +0000 (UTC) Received: from localhost.localdomain (localhost.localdomain [127.0.0.1]) by smtp.subspace.kernel.org (Postfix) with ESMTP id 5CC06147C6F; Mon, 8 Apr 2024 21:15:51 +0000 (UTC) X-Original-To: netfilter-devel@vger.kernel.org Received: from mail.netfilter.org (mail.netfilter.org [217.70.188.207]) by smtp.subspace.kernel.org (Postfix) with ESMTP id C2D63125D6 for ; Mon, 8 Apr 2024 21:15:47 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=217.70.188.207 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712610951; cv=none; b=iHSHiqyzUps+XCec2vQslEg1JLqQt37OA2Ixeaa6XsRhDNulEcAfbQdPvIZAnpK8WAsORWISgfrM4KgBvjcnOxWwW1CRxiVTb146oCdnDzi0X6pr0JZjxTTGspmEllniscnly734svqJKAKV7hY1PwmlsLXF3Rmu3vMUbM8PCGM= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1712610951; c=relaxed/simple; bh=cfRQoRbIMV47Js9dVmJWA4e46HewRTWnqHTwWJPkuew=; h=From:To:Subject:Date:Message-Id:MIME-Version; b=LgKAqWD0OiP5oELP7/BmsYkq4n4OsEakcX5DbBOrThHO3WMnPqC1EF2b/75pZfYhU5zrQFWY+swwDY22u/urmFc/votJq0FMraHJULaup6eNR7jjb4lkwEuCwNNIX/zgMixfKRPePNSjU/i6uIuOjuFVa0ohnZOOVpsoNcZ21uo= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=netfilter.org; spf=pass smtp.mailfrom=netfilter.org; arc=none smtp.client-ip=217.70.188.207 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=netfilter.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=netfilter.org From: Pablo Neira Ayuso To: netfilter-devel@vger.kernel.org Subject: [PATCH nft 0/4] add missing requirements in tests/shell Date: Mon, 8 Apr 2024 23:15:36 +0200 Message-Id: <20240408211540.311822-1-pablo@netfilter.org> X-Mailer: git-send-email 2.30.2 Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Hi, Several patch to add missing requirements, this has been detected while running tests on -stable 5.4. Pablo Neira Ayuso (4): tests: shell: payload matching requires egress support tests: shell: chains/{netdev_netns_gone,netdev_chain_dev_gone} require inet/ingress support tests: shell: maps/{vmap_unary,named_limits} require pipapo set backend tests: shell: check for reset tcp options support tests/shell/features/reset_tcp_options.nft | 5 +++++ tests/shell/testcases/chains/netdev_chain_dev_gone | 2 ++ tests/shell/testcases/chains/netdev_netns_gone | 2 ++ tests/shell/testcases/maps/named_limits | 2 ++ tests/shell/testcases/maps/vmap_unary | 2 ++ tests/shell/testcases/packetpath/payload | 2 ++ tests/shell/testcases/packetpath/set_lookups | 2 ++ tests/shell/testcases/packetpath/tcp_options | 2 ++ tests/shell/testcases/sets/typeof_sets_concat | 2 ++ 9 files changed, 21 insertions(+) create mode 100644 tests/shell/features/reset_tcp_options.nft