git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd8787a
)
[NET]: Don't exclude broadcast addresses from is_multicast_ether_addr()
author
Stephen Hemminger
<shemminger@osdl.org>
Tue, 3 Jan 2006 23:25:45 +0000
(15:25 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 3 Jan 2006 23:25:45 +0000
(15:25 -0800)
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 <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found