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=-2.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 3E005C47256 for ; Fri, 1 May 2020 21:09:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 244C9216FD for ; Fri, 1 May 2020 21:09:13 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726396AbgEAVJL (ORCPT ); Fri, 1 May 2020 17:09:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38298 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726307AbgEAVJK (ORCPT ); Fri, 1 May 2020 17:09:10 -0400 X-Greylist: delayed 19775 seconds by postgrey-1.37 at lindbergh.monkeyblade.net; Fri, 01 May 2020 14:09:10 PDT Received: from a3.inai.de (a3.inai.de [IPv6:2a01:4f8:10b:45d8::f5]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B0555C061A0E for ; Fri, 1 May 2020 14:09:10 -0700 (PDT) Received: by a3.inai.de (Postfix, from userid 25121) id 4D6B6580C903F; Fri, 1 May 2020 23:09:07 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by a3.inai.de (Postfix) with ESMTP id 4C5BB60D444A9; Fri, 1 May 2020 23:09:07 +0200 (CEST) Date: Fri, 1 May 2020 23:09:07 +0200 (CEST) From: Jan Engelhardt To: Philip Prindeville cc: netfilter-devel@vger.kernel.org Subject: Re: [PATCH v1 1/1] xtables-addons: geoip: install and document xt_geoip_fetch In-Reply-To: <20200430221546.12964-1-philipp@redfish-solutions.com> Message-ID: References: <20200430221546.12964-1-philipp@redfish-solutions.com> User-Agent: Alpine 2.21 (LSU 202 2017-01-01) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Sender: netfilter-devel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Friday 2020-05-01 00:15, Philip Prindeville wrote: >From: Philip Prindeville > >Add a man page for xt_geoip_fetch.1 and include it as part of >the installed scripts. Done.