Re: [Bridge] [net-next v3 10/11] net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlink

2021-05-13 Thread Nikolay Aleksandrov
On 13/05/2021 02:19, Linus Lüssing wrote: > Now that we have split the multicast router state into two, one for IPv4 > and one for IPv6, also add individual timers to the mdb netlink router > port dump. Leaving the old timer attribute for backwards compatibility. > > Signed-off-by: Linus Lüssing

[Bridge] [net-next v3 10/11] net: bridge: mcast: add ip4+ip6 mcast router timers to mdb netlink

2021-05-12 Thread Linus Lüssing
Now that we have split the multicast router state into two, one for IPv4 and one for IPv6, also add individual timers to the mdb netlink router port dump. Leaving the old timer attribute for backwards compatibility. Signed-off-by: Linus Lüssing --- include/uapi/linux/if_bridge.h | 2 ++ net/brid