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=-5.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED, USER_AGENT_SANE_1 autolearn=ham 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 5193DC5DF63 for ; Wed, 6 Nov 2019 14:19:55 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 2A32B2173E for ; Wed, 6 Nov 2019 14:19:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727237AbfKFOTy (ORCPT ); Wed, 6 Nov 2019 09:19:54 -0500 Received: from orbyte.nwl.cc ([151.80.46.58]:33694 "EHLO orbyte.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727128AbfKFOTy (ORCPT ); Wed, 6 Nov 2019 09:19:54 -0500 Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.91) (envelope-from ) id 1iSMA5-0002P3-3g; Wed, 06 Nov 2019 15:19:53 +0100 Date: Wed, 6 Nov 2019 15:19:53 +0100 From: Phil Sutter To: Pablo Neira Ayuso Cc: netfilter-devel@vger.kernel.org Subject: Re: [nft PATCH] doc: Drop incorrect requirement for nft configs Message-ID: <20191106141953.GR15063@orbyte.nwl.cc> Mail-Followup-To: Phil Sutter , Pablo Neira Ayuso , netfilter-devel@vger.kernel.org References: <20191105131439.31826-1-phil@nwl.cc> <20191106114724.mscqhcyttwm7ydos@salvia> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20191106114724.mscqhcyttwm7ydos@salvia> User-Agent: Mutt/1.10.1 (2018-07-13) Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Wed, Nov 06, 2019 at 12:47:24PM +0100, Pablo Neira Ayuso wrote: > On Tue, Nov 05, 2019 at 02:14:39PM +0100, Phil Sutter wrote: > > The shebang is not needed in files to be used with --file parameter. > > > > Signed-off-by: Phil Sutter > > Right, this is actually handled as a comment right now, not as an > indication of what binary the user would like to use. > > It should be possible to implement the shebang for nft if you think > this is useful. Well, it works already? If I make a config having the shebang executable, I can execute it directly. It's just not needed when passed to 'nft -f'. And in that use-case, I don't see a point in interpreting it, the user already chose which binary to use by calling it. :) Cheers, Phil