From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?ISO-8859-2?Q?G=E1sp=E1r_Lajos?= Subject: Re: Comments at end of iptables statements Date: Mon, 18 Jun 2007 14:10:59 +0200 Message-ID: <46767653.1050204@freemail.hu> References: <4675658C.6010309@victorex.com> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: In-Reply-To: <4675658C.6010309@victorex.com> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; charset="iso-8859-1"; format="flowed" To: "John V. Kjellman" , Netfilter IPtableMailinglist John V. Kjellman =EDrta: > Any chance that a "#" or other character will one day be allowed as a=20 > comment character at the end of iptables statements? What do you mean? If you setup your rules from a shell script then you can add a comment=20 IN the script iptables .... # This is a good rule... In the other hand you can use the comment module... iptables -m comment --comment 'This is a good connection' > > Regards, > John V. Kjellman > Henniker, NH > >