diff options
Diffstat (limited to 'target/linux/generic/hack-4.9/640-bridge-only-accept-EAP-locally.patch')
-rw-r--r-- | target/linux/generic/hack-4.9/640-bridge-only-accept-EAP-locally.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/generic/hack-4.9/640-bridge-only-accept-EAP-locally.patch b/target/linux/generic/hack-4.9/640-bridge-only-accept-EAP-locally.patch index 758b465def..ba87420b32 100644 --- a/target/linux/generic/hack-4.9/640-bridge-only-accept-EAP-locally.patch +++ b/target/linux/generic/hack-4.9/640-bridge-only-accept-EAP-locally.patch @@ -11,11 +11,9 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> net/bridge/br_input.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) -diff --git a/net/bridge/br_input.c b/net/bridge/br_input.c -index 267b46af407f..48fa08f32c2a 100644 --- a/net/bridge/br_input.c +++ b/net/bridge/br_input.c -@@ -164,11 +164,14 @@ int br_handle_frame_finish(struct net *net, struct sock *sk, struct sk_buff *skb +@@ -164,11 +164,14 @@ int br_handle_frame_finish(struct net *n } } @@ -32,6 +30,3 @@ index 267b46af407f..48fa08f32c2a 100644 if (IS_ENABLED(CONFIG_INET) && skb->protocol == htons(ETH_P_ARP)) br_do_proxy_arp(skb, br, vid, p); --- -2.11.0 - |