From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] iptables manpage: Update DNAT target Date: Fri, 19 Apr 2013 02:55:48 +0200 Message-ID: <20130419005548.GA4689@localhost> References: <5165936B.1010609@chello.at> <5165978B.70800@chello.at> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Mart Frauenlob Return-path: Received: from mail.us.es ([193.147.175.20]:55316 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S967630Ab3DSAzz (ORCPT ); Thu, 18 Apr 2013 20:55:55 -0400 Content-Disposition: inline In-Reply-To: <5165978B.70800@chello.at> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Apr 10, 2013 at 06:47:07PM +0200, Mart Frauenlob wrote: > On 10.04.2013 18:30, netfilter-devel-owner@vger.kernel.org wrote: > >Hello, > > > >this patch renames libipt_DNAT.man to libxt_DNAT.man thus informing > >about the IPv6 version. > >Also the list of valid protocols for port mapping is updated to: > >tcp, udp, dccp and sctp. Applied, added this to the end of the manpage: IPv6 support available since Linux kernels >= 3.7. Thanks.