|
|
|
|
|
by larschdk
1373 days ago
|
|
This is just a convention from BSD, and is not even POSIX compliant. However, 'ping 1.1' is a convenient shortcut (actually pings 1.0.0.1). iproute2 and systemd do not use inet_aton and don't follow this BSD4.2 convention and instead parse it as '1.1.0.0' or not at all. |
|
https://github.com/golang/go/issues/36822#issuecomment-57938...
Also RFC 3986.