From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [PATCH] ip_nat_tftp: Fix expectation NAT. Date: Mon, 12 Dec 2005 08:11:31 +0100 Message-ID: <439D22A3.4090900@trash.net> References: <43980FAA.6060608@ingate.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: laforge@netfilter.org, netfilter-devel@lists.netfilter.org Return-path: To: Marcus Sundberg In-Reply-To: <43980FAA.6060608@ingate.com> 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 Marcus Sundberg wrote: > this patch fixes the case where the port in an initial TFTP packet > is SNATed. Previously the port was never DNATed back for the expected > connection. Took me some time to understand why this works for other helpers and not this one, but finally applied :) Thanks.