projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[lantiq]
[openwrt.git]
/
target
/
linux
/
generic
/
patches-2.6.38
/
270-bridge_no_eap_forward.patch
diff --git
a/target/linux/generic/patches-2.6.38/270-bridge_no_eap_forward.patch
b/target/linux/generic/patches-2.6.38/270-bridge_no_eap_forward.patch
index
883a7d0
..
dac8982
100644
(file)
--- a/
target/linux/generic/patches-2.6.38/270-bridge_no_eap_forward.patch
+++ b/
target/linux/generic/patches-2.6.38/270-bridge_no_eap_forward.patch
@@
-12,4
+12,4
@@
+ } else if (is_multicast_ether_addr(dest)) {
mdst = br_mdb_get(br, skb);
if (mdst || BR_INPUT_SKB_CB_MROUTERS_ONLY(skb)) {
- if ((mdst &&
!hlist_unhashed(&mdst->mglist)
) ||
+ if ((mdst &&
mdst->mglist
) ||
This page took
0.023923 seconds
and
4
git commands to generate.