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 EE6EDC38145 for ; Thu, 8 Sep 2022 19:19:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229854AbiIHTTb (ORCPT ); Thu, 8 Sep 2022 15:19:31 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57566 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230387AbiIHTT3 (ORCPT ); Thu, 8 Sep 2022 15:19:29 -0400 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [IPv6:2a0a:51c0:0:12e:520::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 3E5805F86 for ; Thu, 8 Sep 2022 12:19:27 -0700 (PDT) Received: from fw by Chamillionaire.breakpoint.cc with local (Exim 4.92) (envelope-from ) id 1oWN3d-0007cX-99; Thu, 08 Sep 2022 21:19:25 +0200 Date: Thu, 8 Sep 2022 21:19:25 +0200 From: Florian Westphal To: Chris Clayton Cc: "netdev@vger.kernel.org" Subject: Re: b118509076b3 (probably) breaks my firewall Message-ID: <20220908191925.GB16543@breakpoint.cc> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Chris Clayton wrote: > Just a heads up and a question... > > I've pulled the latest and greatest from Linus' tree and built and installed the kernel. git describe gives > v6.0-rc4-126-g26b1224903b3. > > I find that my firewall is broken because /proc/sys/net/netfilter/nf_conntrack_helper no longer exists. It existed on an > -rc4 kernel. Are changes like this supposed to be introduced at this stage of the -rc cycle? The problem is that the default-autoassign (nf_conntrack_helper=1) has side effects that most people are not aware of. The bug that propmpted this toggle from getting axed was that the irc (dcc) helper allowed a remote client to create a port forwarding to the local client.