From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH IP6TABLES]: don't allow to specify protocol of IPv6 extension header Date: Wed, 29 Mar 2006 10:11:19 +0200 Message-ID: <442A4127.70908@trash.net> References: <200603290659.k2T6xDJh017360@toshiba.co.jp> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: laforge@netfilter.org, netfilter-devel@lists.netfilter.org Return-path: To: Yasuyuki KOZAKAI In-Reply-To: <200603290659.k2T6xDJh017360@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: > Hi, > > Sometimes I hear that people do 'ip6tables -p ah ...' which never matches > any packet. IPv6 extension headers except of ESP are skipped and invalid > as argument of '-p'. Then I propose that ip6tables exits with error in such > case. How about a warning for some time first? If people use iptables-restore this could break their entire ruleset ..