From owner-freebsd-stable@FreeBSD.ORG Mon Nov 22 07:19:11 2004 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1822016A4CE for ; Mon, 22 Nov 2004 07:19:11 +0000 (GMT) Received: from poison2.syncrontech.com (adsl-nat.syncrontech.com [213.28.98.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 51D2943D46 for ; Mon, 22 Nov 2004 07:19:09 +0000 (GMT) (envelope-from ari@suutari.iki.fi) Received: from guinness.syncrontech.com (guinness.syncrontech.com [62.71.8.57])iAM7J54G002277; Mon, 22 Nov 2004 09:19:06 +0200 (EET) (envelope-from ari@suutari.iki.fi) Received: from coffee (coffee.syncrontech.com [62.71.8.37]) iAM7J4Mw056749; Mon, 22 Nov 2004 09:19:05 +0200 (EET) (envelope-from ari@suutari.iki.fi) Message-ID: <017901c4d063$8ce05bb0$2508473e@sad.syncrontech.com> From: "Ari Suutari" To: "Volker" , References: <419F5B12.8010805@vwsoft.com> Date: Mon, 22 Nov 2004 09:18:59 +0200 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.2180 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Subject: Re: natd same_ports X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Nov 2004 07:19:11 -0000 Hi, > Would please the maintainer or a core member check the natd.c source for > the processing and correct defaults of natds' -same_ports option? I took a look at natd.c and the same_ports seems to be defined in source, it sets libalias options PKT_ALIAS_SAME_PORTS, nothing else. It relies on libalias doing suitable processing after that. Ari S.