From mboxrd@z Thu Jan 1 00:00:00 1970 From: Amin Azez Subject: Re: [PATCH] Syntax error in iptables.xslt Date: Fri, 03 Aug 2007 12:13:41 +0100 Message-ID: <46B30DE5.2030902@ufomechanic.net> References: <20070802154242.GB1987@tilt> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org To: Dan Nicholson , Patrick McHardy Return-path: In-Reply-To: <20070802154242.GB1987@tilt> 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 * Dan Nicholson wrote, On 02/08/07 16:42: > Patch below converts to a valid name and the one expected in the rest of > the stylesheet when using . > > -- > Dan > > Index: iptables.xslt > =================================================================== > --- iptables.xslt (revision 6982) > +++ iptables.xslt (working copy) > @@ -116,7 +116,7 @@ > > > > - > + > [ > > 0 > > Thanks for spotting that. It would have had the effect of not restoring counters. Patrick, please accept this patch. Signed-off by: Sam Liddicott Sam