From: roy.qing...@gmail.com Date: Fri, 1 Apr 2016 16:16:10 +0800 > From: Li RongQing <roy.qing...@gmail.com> > > remove br_dev_set_multicast_list which does nothing > > Signed-off-by: Li RongQing <roy.qing...@gmail.com>
This will break SIOCADDMULTI et al. on the bridge, see net/core/dev.c which checks whether this ndo OP is NULL or not. Please sufficiently grep the source tree on how an ndo operation is used before making changes like this. Thanks.