diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2017-02-22 13:43:36 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2017-02-22 13:43:36 +0000 |
commit | 048e26e4932e55c577c4f4b74207ad40f0f7f3ef (patch) | |
tree | 7f3cccd95d0d5cb9fe91169584a83fd3112e8353 /sys/netinet6 | |
parent | f376c87c9f3c81b801e41c5f888ddf2d9eadce44 (diff) |
Unbreak "ping6 -L"
$ ping6 -L ff02::1%em1
ping6: setsockopt IP6_MULTICAST_LOOP: Invalid argument
Unfortunately we have this inconsistency in the sockets API where we need
to pass an unsigned char for IP_MULTICAST_LOOP but we need an unsigned
int for IPV6_MULTICAST_LOOP.
While here, fix a typo in the error message.
OK millert@ florian@
Diffstat (limited to 'sys/netinet6')
0 files changed, 0 insertions, 0 deletions