From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:41405) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iAXnc-00042J-IQ for guix-patches@gnu.org; Wed, 18 Sep 2019 07:07:06 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iAXnb-0002dU-MW for guix-patches@gnu.org; Wed, 18 Sep 2019 07:07:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:44832) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iAXnb-0002d0-Ch for guix-patches@gnu.org; Wed, 18 Sep 2019 07:07:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iAXnb-0004Jq-60 for guix-patches@gnu.org; Wed, 18 Sep 2019 07:07:03 -0400 Subject: bug#37398: [PATCH 0/2]: services: Add nftables-service-type. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: iyzsong@member.fsf.org (=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?=) References: <87a7b8fr25.fsf@member.fsf.org> Date: Wed, 18 Sep 2019 19:05:53 +0800 In-Reply-To: <87a7b8fr25.fsf@member.fsf.org> ("=?UTF-8?Q?=E5=AE=8B=E6=96=87=E6=AD=A6?="'s message of "Fri, 13 Sep 2019 18:06:58 +0800") Message-ID: <87k1a5yicu.fsf@member.fsf.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 37398-done@debbugs.gnu.org iyzsong@member.fsf.org (=E5=AE=8B=E6=96=87=E6=AD=A6) writes: > Hello, nftables is the successor to iptables. > > This first patch will enable nftables modules for our linux-libre > packages (4.4 have them enabled already, but later doesn't), I manual > edited those files and haven't build any kernel yet. > > This second patch makes nftables-service-type available, I tested it > with my custom kernel. Pushed!