On 2000-Feb-08 22:05:32 +1100, "Daniel C. Sobral" <[EMAIL PROTECTED]> wrote:
>Yoshinobu Inoue wrote:
>>
>> > If IPv4 dotted-decimal forms are given, getaddrinfo() calls finally
>> > inet_pton(). inet_pton() is defined in RFC2553 and it does not permit
>> > non-standard IPv4 dotted-decimal, such as 10.10
>>
>> Do people have troubles with this change?
>
>Not supporting 127.1 violates POLA. Me, I hate 127.1. But some people
>expect it to work, and they have every right to.
Since it's sort-of related: netstat(1) will drop trailing 0's from
the routes it prints out, ie 10.2.3.0/24 will print as 10.2.3/24
(though route(8) won't accept 10.2.3/24 as an input).
IMHO, having a 172.16 mean a network address of 172.16.0.0 or a
host address of 172.0.0.16 is somewhat confusing...
Peter
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message