From owner-freebsd-current Mon Jul 2 11:22:23 2001 Delivered-To: freebsd-current@freebsd.org Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id EED1437B406 for ; Mon, 2 Jul 2001 11:22:17 -0700 (PDT) (envelope-from ume@mahoroba.org) Received: from localhost (IDENT:RU5p615rpOkp35ATvEgZ7g6RjfchwzTq7mgos+PdxbTMDILX5l6EXvjuteS9NtYX@localhost [::1]) (authenticated as ume with CRAM-MD5) by peace.mahoroba.org (8.11.4/8.11.4/peace) with ESMTP/inet6 id f62ILH928511; Tue, 3 Jul 2001 03:21:17 +0900 (JST) (envelope-from ume@mahoroba.org) Date: Tue, 03 Jul 2001 03:21:14 +0900 (JST) Message-Id: <20010703.032114.36997379.ume@mahoroba.org> To: cjclark@alum.mit.edu, cristjc@earthlink.net Cc: dwmalone@maths.tcd.ie, djhill@novagate.net, freebsd-current@FreeBSD.ORG Subject: Re: syslogd and -a From: Hajimu UMEMOTO In-Reply-To: <20010702082538.B448@blossom.cjclark.org> References: <20010701212044.Q296@blossom.cjclark.org> <20010702093842.A13480@walton.maths.tcd.ie> <20010702082538.B448@blossom.cjclark.org> X-Mailer: xcite1.38> Mew version 1.95b119 on Emacs 20.7 / Mule 4.0 =?iso-2022-jp?B?KBskQjJWMWMbKEIp?= X-PGP-Public-Key: http://www.imasy.org/~ume/publickey.asc X-PGP-Fingerprint: 6B 0C 53 FC 5D D0 37 91 05 D0 B3 EF 36 9B 6A BC X-URL: http://www.imasy.org/~ume/ X-Operating-System: FreeBSD 5.0-CURRENT Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >>>>> On Mon, 2 Jul 2001 08:25:38 -0700 >>>>> "Crist J. Clark" said: cristjc> That's exactly what happens in the syslogd(8) code. However, I think cristjc> that should be, cristjc> n &= m cristjc> . cristjc> . cristjc> . cristjc> ((h & m) == n) I think it should be: ((h & m) == (n & m)) cristjc> That is, why allow the user to enter a network number that is not cristjc> /really/ the network number? Either flag an error or do the cristjc> calculation for the user. I think doing the calculation is the more cristjc> sensible choice. Commiting it to CURRENT now. When I committed IPv6 support to syslogd, I didn't mask address to keep compatibility with IPv4. So, I'll commit to IPv6 side, later. -- Hajimu UMEMOTO @ Internet Mutual Aid Society Yokohama, Japan ume@mahoroba.org ume@bisd.hitachi.co.jp ume@{,jp.}FreeBSD.org http://www.imasy.org/~ume/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message