[lantiq]
[openwrt.git] / target / linux / generic / patches-2.6.38 / 270-bridge_no_eap_forward.patch
index 883a7d0..dac8982 100644 (file)
@@ -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.