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

2025-01-10 Thread Laurent Vivier
Le 27/12/2024 à 21:54, del...@kernel.org a écrit : From: Helge Deller Share code with IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP. Signed-off-by: Helge Deller --- linux-user/syscall.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall.c b/linux-u

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

2024-12-27 Thread deller
From: Helge Deller Share code with IP_ADD_MEMBERSHIP/IP_DROP_MEMBERSHIP. Signed-off-by: Helge Deller --- linux-user/syscall.c | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index bbe2560927..4360543e20 100644 --- a