[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20160401.144319.1278231945562755336.davem@davemloft.net>
Date: Fri, 01 Apr 2016 14:43:19 -0400 (EDT)
From: David Miller <davem@...emloft.net>
To: roy.qing.li@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] bridge: remove br_dev_set_multicast_list
From: roy.qing.li@...il.com
Date: Fri, 1 Apr 2016 16:16:10 +0800
> From: Li RongQing <roy.qing.li@...il.com>
>
> remove br_dev_set_multicast_list which does nothing
>
> Signed-off-by: Li RongQing <roy.qing.li@...il.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.
Powered by blists - more mailing lists