Root/target/linux/generic/patches-3.0/641-bridge_always_accept_eap.patch

1--- a/net/bridge/br_input.c
2+++ b/net/bridge/br_input.c
3@@ -64,7 +64,7 @@ int br_handle_frame_finish(struct sk_buf
4         br_multicast_rcv(br, p, skb))
5         goto drop;
6 
7- if (p->state == BR_STATE_LEARNING)
8+ if ((p->state == BR_STATE_LEARNING) && skb->protocol != htons(ETH_P_PAE))
9         goto drop;
10 
11     BR_INPUT_SKB_CB(skb)->brdev = br->dev;
12

Archive Download this file



interactive