Pierfrancesco Caci <[EMAIL PROTECTED]> wrote: >connect(4, {sin_family=AF_INET6, sin6_port=htons(1025), inet_pton(AF_INET6, "f >e80::250:4ff:fe38:a630", &sin6_addr), sin6_flowinfo=htonl(0)}}, 24) = -1 EINVA >L (Invalid argument)
What version of the kernel are you running? Your ping6 is using old-style struct sockaddr_in6, but I would have hoped that would be OK. p.