]> git.baikalelectronics.ru Git - kernel.git/commit
net: bridge: mcast: prepare add-router function for mcast router split
authorLinus Lüssing <linus.luessing@c0d3.blue>
Thu, 13 May 2021 13:20:49 +0000 (15:20 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 May 2021 21:04:31 +0000 (14:04 -0700)
commitd1e28bc7b3e4a95307180db74b858a5d72e6498a
treef93a41adde9b41cde48f6390355b318759b00431
parentd62565bb5f4cdd19d351c3f09a3df7cd02ad61e3
net: bridge: mcast: prepare add-router function for mcast router split

In preparation for the upcoming split of multicast router state into
their IPv4 and IPv6 variants move the protocol specific router list
and timer access to ip4 wrapper functions.

Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/bridge/br_multicast.c