Hello:
This series was applied to netdev/net-next.git (main) by Paolo Abeni pabeni@redhat.com:
On Fri, 7 Feb 2025 20:08:35 +0900 you wrote:
Extended RTM_GETMULTICAST to support dumping joined IPv4 multicast addresses, in addition to the existing IPv6 functionality. This allows userspace applications to retrieve both IPv4 and IPv6 multicast addresses through similar netlink command and then monitor future changes by registering to RTNLGRP_IPV4_MCADDR and RTNLGRP_IPV6_MCADDR.
Cc: Maciej Żenczykowski maze@google.com Cc: Lorenzo Colitti lorenzo@google.com Reviewed-by: Eric Dumazet edumazet@google.com Signed-off-by: Yuyang Huang yuyanghuang@google.com
[...]
Here is the summary with links: - [net-next,v8,1/2] netlink: support dumping IPv4 multicast addresses https://git.kernel.org/netdev/net-next/c/eb4e17a1d915 - [net-next,v8,2/2] selftests/net: Add selftest for IPv4 RTM_GETMULTICAST support https://git.kernel.org/netdev/net-next/c/4f280376e531
You are awesome, thank you!