From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: iptables-save: output ! in position according to manpage Date: Tue, 09 Dec 2008 17:27:36 +0100 Message-ID: <493E9C78.6060404@trash.net> References: <493E7B80.2060504@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Cc: Netfilter Developer Mailing List , max@duempel.org To: Jan Engelhardt Return-path: Received: from stinky.trash.net ([213.144.137.162]:35041 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751805AbYLIQ1k (ORCPT ); Tue, 9 Dec 2008 11:27:40 -0500 In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: Jan Engelhardt wrote: > On Tuesday 2008-12-09 15:06, Patrick McHardy wrote: >> Jan Engelhardt wrote: >>> commit 0e874f0223d047bcb2c125a701e15b9e8af39106 >>> Author: Jan Engelhardt >>> Date: Mon Dec 8 18:16:10 2008 +0100 >>> >>> iptables-save: output ! in position according to manpage >> Applied, thanks. Lets hope the parsing also works as specified >> in the manpage :) >> > It does. Extrapositional ! parsing is done in xtables.c > or thereabouts and has worked for years. There have been numerous bugs in this area, but we probably fixed them all.