From: Gao feng Date: Fri, 4 Oct 2013 08:52:24 +0000 (+0800) Subject: veth: allow to setup multicast address for veth device X-Git-Tag: v3.13-rc1~105^2~200 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c70ef85a2f26d8a0e1aaa7b4cbfff44fda36585;p=pandora-kernel.git veth: allow to setup multicast address for veth device We can only setup multicast address for network device when net_device_ops->ndo_set_rx_mode is not null. Some configurations need to add multicast address for net device, such as netfilter cluster match module. Add a fake ndo_set_rx_mode function to allow this operation. Signed-off-by: Gao feng Signed-off-by: David S. Miller --- Reading git-diff-tree failed