From owner-freebsd-bugs Thu Nov 7 10: 0:22 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 64D3937B401 for ; Thu, 7 Nov 2002 10:00:21 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id B062B43EB1 for ; Thu, 7 Nov 2002 10:00:09 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA7I09x3016277 for ; Thu, 7 Nov 2002 10:00:09 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA7I092s016266; Thu, 7 Nov 2002 10:00:09 -0800 (PST) Date: Thu, 7 Nov 2002 10:00:09 -0800 (PST) Message-Id: <200211071800.gA7I092s016266@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dmitry Morozovsky Subject: Re: i386/39327: bind ntpd to only one IP Reply-To: Dmitry Morozovsky Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/39327; it has been noted by GNATS. From: Dmitry Morozovsky To: marius@alchemy.franken.de Cc: fbsd@koethe.net, <"."@babolo.ru>, , Subject: Re: i386/39327: bind ntpd to only one IP Date: Thu, 7 Nov 2002 20:55:47 +0300 (MSK) Actually, your patch works if and only if alias addresses are in the same subnet as main address, which is not always true. For example, our typical jail scheme is as follows: ifconfig_xx0="A.B.C.D ..." xx0_alias0="A.B.X.0 netmask 0xffffffff" xx0_alias1="A.B.X.1 netmask 0xffffffff" xx0_alias2="A.B.X.2 netmask 0xffffffff" ... where A.B.X.0/28 is aliases via 16 /32s to A.B.C.D, which is on colocation segment. Moreover, I can easily imagine scheme where there would me more than one subnet attached to the same physical interface, which renders your approach even less useable. I think we need somewhat more generic solution... Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message