>>>>> On Mon, 2 Jul 2001 08:25:38 -0700
>>>>> "Crist J. Clark" <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED] [EMAIL PROTECTED] ume@{,jp.}FreeBSD.org
http://www.imasy.org/~ume/
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message