[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <a6e75918-9608-2de3-eea5-a18f4bdf17ec@bigon.be>
Date: Mon, 6 Jan 2020 02:19:52 +0100
From: Laurent Bigonville <bigon@...on.be>
To: netdev@...r.kernel.org
Subject: Error in comment in include/uapi/linux/in6.h?
Hello,
Looking at the ipv6_mreq struct in include/uapi/linux/in6.h, the comment
for the ipv6mr_ifindex member says "local IPv6 address of interface",
shouldn't that be "index of the interface" or something like that? Or am
I mistaken here?
struct ipv6_mreq {
/* IPv6 multicast address of group */
struct in6_addr ipv6mr_multiaddr;
/* local IPv6 address of interface */
int ipv6mr_ifindex;
};
BTW, the include/uapi/linux/in6.h file is not listed in the MAINTAINERS
file.
Kind regards,
Laurent Bigonville
Powered by blists - more mailing lists