From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [IPTABLES PATCH] chain name should not start with '!' Date: Mon, 13 Jun 2005 02:54:29 +0200 Message-ID: <42ACD945.3030004@trash.net> References: <200506030803.j5383iXf006561@toshiba.co.jp> <42AAFEF7.1030805@trash.net> <200506130050.j5D0oJsU027172@toshiba.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: Yasuyuki KOZAKAI In-Reply-To: <200506130050.j5D0oJsU027172@toshiba.co.jp> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Yasuyuki KOZAKAI wrote: > From: Patrick McHardy > Date: Sat, 11 Jun 2005 17:10:47 +0200 > > >>>This patch fixes the bug allows to create the chain with name "!". >> >>Is there a technical reason for this or is it just "cleanup"? > > > -F, -X, -L, -Z cannot take chain names which have prefix "!". > > Of cause we can fix processing of their commands, but changing -N is > the easiest way and I think it's better to avoid to use confusing chain name. Thanks for the explanation, I've applied your patch. Regards Patrick