Re: [PATCH v3 4/6] linux-user: netlink: Add emulation of IP_MULTICAST_IF

2025-01-20 Thread Helge Deller
On 1/20/25 21:42, Helge Deller wrote: On 1/20/25 19:17, Laurent Vivier wrote: Le 19/01/2025 à 05:41, del...@kernel.org a écrit : From: Helge Deller Add IP_MULTICAST_IF and share the code with IP_ADD_MEMBERSHIP / IP_DROP_MEMBERSHIP. Sharing the code makes sense, because the manpage of ip(7) 

Re: [PATCH v3 4/6] linux-user: netlink: Add emulation of IP_MULTICAST_IF

2025-01-20 Thread Helge Deller
On 1/20/25 19:17, Laurent Vivier wrote: Le 19/01/2025 à 05:41, del...@kernel.org a écrit : From: Helge Deller Add IP_MULTICAST_IF and share the code with IP_ADD_MEMBERSHIP / IP_DROP_MEMBERSHIP. Sharing the code makes sense, because the manpage of ip(7)  says: IP_MULTICAST_IF (since Linux 1.2

Re: [PATCH v3 4/6] linux-user: netlink: Add emulation of IP_MULTICAST_IF

2025-01-20 Thread Laurent Vivier
Le 19/01/2025 à 05:41, del...@kernel.org a écrit : From: Helge Deller Add IP_MULTICAST_IF and share the code with IP_ADD_MEMBERSHIP / IP_DROP_MEMBERSHIP. Sharing the code makes sense, because the manpage of ip(7) says: IP_MULTICAST_IF (since Linux 1.2) Set the local device for a multi

[PATCH v3 4/6] linux-user: netlink: Add emulation of IP_MULTICAST_IF

2025-01-18 Thread deller
From: Helge Deller Add IP_MULTICAST_IF and share the code with IP_ADD_MEMBERSHIP / IP_DROP_MEMBERSHIP. Sharing the code makes sense, because the manpage of ip(7) says: IP_MULTICAST_IF (since Linux 1.2) Set the local device for a multicast socket. The argument for setsockopt(2) is