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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id EC938C4332F for ; Thu, 22 Dec 2022 17:42:54 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229740AbiLVRmx (ORCPT ); Thu, 22 Dec 2022 12:42:53 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:39752 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229840AbiLVRmx (ORCPT ); Thu, 22 Dec 2022 12:42:53 -0500 Received: from orbyte.nwl.cc (orbyte.nwl.cc [IPv6:2001:41d0:e:133a::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id AEAC227B19 for ; Thu, 22 Dec 2022 09:42:51 -0800 (PST) Received: from n0-1 by orbyte.nwl.cc with local (Exim 4.94.2) (envelope-from ) id 1p8Pai-00087P-HH for netfilter-devel@vger.kernel.org; Thu, 22 Dec 2022 18:42:48 +0100 Date: Thu, 22 Dec 2022 18:42:48 +0100 From: Phil Sutter To: netfilter-devel@vger.kernel.org Subject: Re: [iptables PATCH 1/3] gitignore: Ignore utils/nfsynproxy Message-ID: Mail-Followup-To: Phil Sutter , netfilter-devel@vger.kernel.org References: <20221222162541.30207-1-phil@nwl.cc> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221222162541.30207-1-phil@nwl.cc> Precedence: bulk List-ID: X-Mailing-List: netfilter-devel@vger.kernel.org On Thu, Dec 22, 2022 at 05:25:39PM +0100, Phil Sutter wrote: > Fixes: 9e6928f037823 ("utils: add nfsynproxy tool") > Signed-off-by: Phil Sutter Series applied.