From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Laurence J. Lane" Subject: Bug #150467: user-defined chains vs. iptables modules Date: Thu, 20 Jun 2002 13:46:39 -0400 Sender: netfilter-devel-admin@lists.samba.org Message-ID: <20020620174639.GA26432@ns> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: To: netfilter-devel@lists.samba.org Content-Disposition: inline Errors-To: netfilter-devel-admin@lists.samba.org List-Help: List-Post: List-Subscribe: , List-Unsubscribe: , List-Archive: List-Id: netfilter-devel.vger.kernel.org http://bugs.debian.org/150467 The problem deals with user-defined chain names clashing with iptables module names. Basically, it's entirely possible to create a user-defined chain with the same name (case sensitive) as a target module, but the new chain cannot be used as a jump target. It is a packaging problem of sorts because an upgrade with new modules can suddenly conflict with existing user-defined chains. As always, don't shoot the messenger.