Date: Sat, 21 Jun 2003 01:30:16 -0700 (PDT) From: Ruslan Ermilov <ru@FreeBSD.org> To: freebsd-bugs@FreeBSD.org Subject: Re: bin/53567: natd requires alias_address or interface even when proxy_only is specified Message-ID: <200306210830.h5L8UGVS027183@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/53567; it has been noted by GNATS. From: Ruslan Ermilov <ru@FreeBSD.org> To: vaclav.petricek@mff.cuni.cz Cc: bug-followup@FreeBSD.org Subject: Re: bin/53567: natd requires alias_address or interface even when proxy_only is specified Date: Sat, 21 Jun 2003 11:20:05 +0300 --/Uq4LBwYP4y1W6pO Content-Type: multipart/mixed; boundary="H1spWtNR+x+ondvy" Content-Disposition: inline --H1spWtNR+x+ondvy Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Jun 21, 2003 at 12:44:20AM +0200, vaclav.petricek@mff.cuni.cz wrote: >=20 > natd requires either alias_address or interface to be specified even when > used in proxy_only mode where this information makes no sense. > =09 Why did you send a PR? I have committed a fix week ago (see the attached email) and also let you aware of this through email. MFC in a week now. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software Ltd, ru@FreeBSD.org FreeBSD committer --H1spWtNR+x+ondvy Content-Type: message/rfc822 Content-Disposition: inline Received: from whale.sunbay.crimea.ua (root@localhost) by whale.sunbay.crimea.ua (8.12.9/8.12.8/Sunbay) with SMTP id h5DMFxXD047769 for <ru@sunbay.crimea.ua>; Sat, 14 Jun 2003 01:15:59 +0300 (EEST) (envelope-from owner-src-committers@FreeBSD.org) Received: from mx2.freebsd.org (mx2.freebsd.org [216.136.204.119]) by whale.sunbay.crimea.ua (8.12.9/8.12.8/kavkeeper) with ESMTP id h5DMFtuY047760 for <ru@sunbay.crimea.ua>; Sat, 14 Jun 2003 01:15:58 +0300 (EEST) (envelope-from owner-src-committers@FreeBSD.org) Received: from hub.freebsd.org (hub.freebsd.org [216.136.204.18]) by mx2.freebsd.org (Postfix) with ESMTP id 89EBD56E20 for <ru@sunbay.crimea.ua>; Fri, 13 Jun 2003 15:15:52 -0700 (PDT) (envelope-from owner-src-committers@FreeBSD.org) Received: by hub.freebsd.org (Postfix) id C84A537B483; Fri, 13 Jun 2003 15:15:48 -0700 (PDT) Delivered-To: ru@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 538) id 2853337B404; Fri, 13 Jun 2003 15:15:45 -0700 (PDT) Delivered-To: src-committers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3E7AF37B401; Fri, 13 Jun 2003 15:15:43 -0700 (PDT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D212443F75; Fri, 13 Jun 2003 15:15:42 -0700 (PDT) (envelope-from ru@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h5DMFg0U025540; Fri, 13 Jun 2003 15:15:42 -0700 (PDT) (envelope-from ru@repoman.freebsd.org) Received: (from ru@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h5DMFgQf025539; Fri, 13 Jun 2003 15:15:42 -0700 (PDT) Message-Id: <200306132215.h5DMFgQf025539@repoman.freebsd.org> From: Ruslan Ermilov <ru@FreeBSD.org> Date: Fri, 13 Jun 2003 15:15:42 -0700 (PDT) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sbin/natd natd.8 natd.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-src-committers@FreeBSD.org Precedence: bulk X-Loop: FreeBSD.ORG ru 2003/06/13 15:15:42 PDT FreeBSD src repository Modified files: sbin/natd natd.8 natd.c Log: If the -proxy_only option is used, the -alias_address/-interface options are not required. Suggested by: Vaclav Petricek MFC after: 2 weeks Revision Changes Path 1.58 +5 -2 src/sbin/natd/natd.8 1.42 +4 -2 src/sbin/natd/natd.c --H1spWtNR+x+ondvy-- --/Uq4LBwYP4y1W6pO Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.1 (FreeBSD) iD8DBQE+9BU1Ukv4P6juNwoRAsTtAJ4qY1vU2QRQDyjklpgePAHUwOWyfgCeLd7T 2pluJGAAfiqXXWEsIj9B55U= =7xtl -----END PGP SIGNATURE----- --/Uq4LBwYP4y1W6pO--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306210830.h5L8UGVS027183>