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:
5fb22ee
)
bridge: Fix incorrect judgment of promisc
author
Toshiaki Makita
<makita.toshiaki@lab.ntt.co.jp>
Thu, 5 Jun 2014 11:53:32 +0000
(20:53 +0900)
committer
David S. Miller
<davem@davemloft.net>
Thu, 5 Jun 2014 22:20:31 +0000
(15:20 -0700)
br_manage_promisc() incorrectly expects br_auto_port() to return only 0
or 1, while it actually returns flags, i.e., a subset of BR_AUTO_MASK.
Signed-off-by: Toshiaki Makita <makita.toshiaki@lab.ntt.co.jp>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found