From: Stephen Hemminger Date: Tue, 3 Jan 2006 23:25:45 +0000 (-0800) Subject: [NET]: Don't exclude broadcast addresses from is_multicast_ether_addr() X-Git-Tag: v2.6.16-rc1~474^2~22^2~9^2~11 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=88df8ef59a3eb54b1e2412765ff2736d2376d1ca;p=pandora-kernel.git [NET]: Don't exclude broadcast addresses from is_multicast_ether_addr() The check for multicast shouldn't exclude broadcast type addresses. This reverts the incorrect change done in 2.6.13. The broadcast address is a multicast address and should be excluded from being a valid_ether_address for use in bridging or device address. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed