Re: Add if_mreqn support to IP_MULTICAST_IF

2021-01-15 Thread Alexander Bluhm
On Fri, Jan 15, 2021 at 03:02:37PM +0100, Claudio Jeker wrote: > On Fri, Jan 15, 2021 at 02:53:17PM +0100, Claudio Jeker wrote: > > I forgot to add ip_mreqn support to IP_MULTICAST_IF and so the > > IP_ADD_MEMBERSHIP change is not fixing all the issues I have. > > > > Linux supports calling

Re: Add if_mreqn support to IP_MULTICAST_IF

2021-01-15 Thread Robert Nagy
On 15/01/21 14:53 +0100, Claudio Jeker wrote: > I forgot to add ip_mreqn support to IP_MULTICAST_IF and so the > IP_ADD_MEMBERSHIP change is not fixing all the issues I have. > > Linux supports calling IP_MULTICAST_IF with a struct in_addr, a struct > ip_mreq, or a struct ip_mreqn. FreeBSD only

Re: Add if_mreqn support to IP_MULTICAST_IF

2021-01-15 Thread Claudio Jeker
On Fri, Jan 15, 2021 at 02:53:17PM +0100, Claudio Jeker wrote: > I forgot to add ip_mreqn support to IP_MULTICAST_IF and so the > IP_ADD_MEMBERSHIP change is not fixing all the issues I have. > > Linux supports calling IP_MULTICAST_IF with a struct in_addr, a struct > ip_mreq, or a struct