CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/01/07 07:51:47
Modified files:
sys/netinet : in.h ip_output.c
Log message:
Extend IP_ADD_MEMBERSHIP to also support struct ip_mreqn.
struct ip_mreqn allows to use the interface index to select the
interface for multicast packets which makes it possible to use
this with unnumbered interfaces.
OK dlg@ robert@
