]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
bridge: multicast: restore router configuration on port link down/up
authorSatish Ashok <sashok@cumulusnetworks.com>
Fri, 19 Jun 2015 08:22:57 +0000 (01:22 -0700)
committerZefan Li <lizefan@huawei.com>
Thu, 22 Oct 2015 01:20:06 +0000 (09:20 +0800)
commite2b3a182f87e27d44bc95dcb1d005bc4191ea7e1
tree207d8835d1b8cbf25e3fc47e3109f7622072505a
parentdd7ad96cc31ad681593e41e5e0cfbd9752ee9f34
bridge: multicast: restore router configuration on port link down/up

commit 754bc547f0a79f7568b5b81c7fc0a8d044a6571a upstream.

When a port goes through a link down/up the multicast router configuration
is not restored.

Signed-off-by: Satish Ashok <sashok@cumulusnetworks.com>
Signed-off-by: Nikolay Aleksandrov <nikolay@cumulusnetworks.com>
Fixes: 0909e11758bd ("bridge: Add multicast_router sysfs entries")
Acked-by: Herbert Xu <herbert@gondor.apana.org.au>
Signed-off-by: David S. Miller <davem@davemloft.net>
[lizf: Backported to 3.4: adjust context]
Signed-off-by: Zefan Li <lizefan@huawei.com>
net/bridge/br_multicast.c