X-Original-To: alpine-aports@mail.alpinelinux.org Delivered-To: alpine-aports@mail.alpinelinux.org Received: from mail.alpinelinux.org (dallas-a1.alpinelinux.org [127.0.0.1]) by mail.alpinelinux.org (Postfix) with ESMTP id B4D9EDC1384 for ; Sat, 9 Jan 2016 15:35:03 +0000 (UTC) Received: from lithium.8pit.net (lithium.8pit.net [81.4.121.103]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.alpinelinux.org (Postfix) with ESMTPS id 3B7BEDC001E for ; Sat, 9 Jan 2016 15:35:02 +0000 (UTC) Received: from localhost (ip5f5ac9df.dynamic.kabel-deutschland.de [95.90.201.223]) by lithium.8pit.net (OpenSMTPD) with ESMTPSA id b0c18b9b TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO; Sat, 9 Jan 2016 16:35:01 +0100 (CET) Date: Sat, 9 Jan 2016 16:35:00 +0100 From: =?iso-8859-1?Q?S=F6ren?= Tempel To: alpine-aports@lists.alpinelinux.org Cc: bensallen@me.com Subject: Re: [alpine-aports] [PATCH] main/nftables: Update init script Message-ID: <20160109153500.GA23691@francium.lan> References: <1452228294-12662-1-git-send-email-bensallen@me.com> X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable In-Reply-To: <1452228294-12662-1-git-send-email-bensallen@me.com> User-Agent: Mutt/1.5.24 (2015-08-30) X-Virus-Scanned: ClamAV using ClamSMTP On 08.01.16, Ben Allen wrote: > Updating main/nftables init script. Based on the newer Gentoo init > script: > https://gitweb.gentoo.org/repo/gentoo.git/tree/net-firewall/nftables/file= s/nftables.init-r2. > Merged nftables.sh from Gentoo's version into the init script itself, > and removed the legacy functionality. Adding descriptions for each > action as well. I was actually considering to write a custom service for nftables since I believe that the Gentoo service is too complicated. Simply invoking `nft -f ${some_configuration_file}` on start and `nft flush ruleset` should be good enough, shouldn't it? S=F6ren. --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---