CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected] 2021/01/16 00:58:12

Modified files:
        sys/netinet    : ip_output.c 

Log message:
Extend IP_MULTICAST_IF to take either an address (struct in_addr), a
struct ip_mreq or a struct ip_mreqn. Using struct ip_mreqn allows to
pass a interface index instead of specifying the multicast interface
via its IP address. This is also the API implemented by Linux and
FreeBSD and should help porting software.
OK bluhm@ phessler@ robert@

Reply via email to