From patchwork Tue May 5 12:12:52 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 9808 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4g8y8G5q0qz3wbB for ; Tue, 05 May 2026 12:13:02 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [IPv6:2001:678:b28::201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (Client CN "mail02.haj.ipfire.org", Issuer "E8" (not verified)) by mail01.ipfire.org (Postfix) with ESMTPS id 4g8y8F20spz7BL for ; Tue, 05 May 2026 12:13:01 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [IPv6:::1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4g8y8D5l8Rz3405 for ; Tue, 05 May 2026 12:13:00 +0000 (UTC) X-Original-To: development@lists.ipfire.org Received: from mail01.ipfire.org (mail01.haj.ipfire.org [IPv6:2001:678:b28::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature ECDSA (secp384r1 raw public key) server-digest SHA384 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mail01.haj.ipfire.org", Issuer "R12" (not verified)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4g8y8B06yfz2xKR for ; Tue, 05 May 2026 12:12:58 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4g8y884VtLz274; Tue, 05 May 2026 12:12:56 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1777983176; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=O8KoF6BNPocsqcZyHqM8AKU4C32v8VEZlo6e46bJqPk=; b=WEcJVpVYn2Jnwb9NoF+jzuhFbB38wCpW0kRH86ulXTCPA/PVPPzJVdM8aNlLmlXHr5bHNp nX5UswiT3PbtXsBQ== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1777983176; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=O8KoF6BNPocsqcZyHqM8AKU4C32v8VEZlo6e46bJqPk=; b=SbqS48/OxqAHSigEN+/vxupwm9mIdPAKfdRS/LYiUWm76jE4I/OSFmhKbSIoRBW8fM3nwR liqQbcAltSzlYrJFml2kxi2SlHWoMkUXG0AoxAY2++L0om2TLmMdOOHISVQv9T7fvalosv A7VXzEiaTCTHJbcRMDAg6BxcDmUXS1+iZThuLk4izrKd4AfBW2t1yAfanpur90j13UgII9 HSKSBaII/ELKo7wo6K+0SGPr1oK83fFn1gldW99baAUtv8CZvrZ/cwAIaigyH1J3DOTeaL NPOSywWk5jrXPwm6DbsugOf5Fmt/e2b1BbECHosCXUNgfp7Te0CpjZqzBxYBTw== From: Adolf Belka To: development@lists.ipfire.org Cc: Adolf Belka Subject: [PATCH] core202: Ship ipset Date: Tue, 5 May 2026 14:12:52 +0200 Message-ID: <20260505121254.16621-1-adolf.belka@ipfire.org> Precedence: list List-Id: List-Subscribe: , List-Unsubscribe: , List-Post: List-Help: Sender: Mail-Followup-To: MIME-Version: 1.0 Signed-off-by: Adolf Belka --- config/rootfiles/core/202/filelists/ipset | 1 + 1 file changed, 1 insertion(+) create mode 120000 config/rootfiles/core/202/filelists/ipset diff --git a/config/rootfiles/core/202/filelists/ipset b/config/rootfiles/core/202/filelists/ipset new file mode 120000 index 000000000..2b43691f2 --- /dev/null +++ b/config/rootfiles/core/202/filelists/ipset @@ -0,0 +1 @@ +../../../common/ipset \ No newline at end of file