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=-7.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,MENTIONS_GIT_HOSTING,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 76B10C432C2 for ; Thu, 26 Sep 2019 07:35:43 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 551FA2146E for ; Thu, 26 Sep 2019 07:35:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730130AbfIZHfm (ORCPT ); Thu, 26 Sep 2019 03:35:42 -0400 Received: from orbyte.nwl.cc ([151.80.46.58]:46958 "EHLO orbyte.nwl.cc" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728240AbfIZHfm (ORCPT ); Thu, 26 Sep 2019 03:35:42 -0400 Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.91) (envelope-from ) id 1iDOJN-0002CP-VA; Thu, 26 Sep 2019 09:35:37 +0200 Date: Thu, 26 Sep 2019 09:35:37 +0200 From: Phil Sutter To: Jeremy Sowden Cc: Pablo Neira Ayuso , Netfilter Devel , Sebastian Priebe Subject: Re: [PATCH nftables v2 0/2] Add Linenoise support to the CLI. Message-ID: <20190926073537.GF22129@orbyte.nwl.cc> Mail-Followup-To: Phil Sutter , Jeremy Sowden , Pablo Neira Ayuso , Netfilter Devel , Sebastian Priebe References: <20190924074055.4146-1-jeremy@azazel.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20190924074055.4146-1-jeremy@azazel.net> 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 Tue, Sep 24, 2019 at 08:40:53AM +0100, Jeremy Sowden wrote: > Sebastian Priebe [0] requested Linenoise support for the CLI as an > alternative to Readline, so I thought I'd have a go at providing it. > Linenoise is a minimal, zero-config, BSD licensed, Readline replacement > used in Redis, MongoDB, and Android [1]. > > 0 - https://lore.kernel.org/netfilter-devel/4df20614cd10434b9f91080d0862dd0c@de.sii.group/ > 1 - https://github.com/antirez/linenoise/ > > By default, the CLI continues to be build using Readline, but passing > `--with-cli=linenoise` instead causes Linenoise to be used instead. > > `nft -v` has been extended to display what CLI implementation was built > and whether mini-gmp was used. Series: Acked-by: Phil Sutter