3.14 final is out
[openwrt.git] / target / linux / generic / patches-3.14 / 120-bridge_allow_receiption_on_disabled_port.patch
index 0daa509dc9b775427686baff40c92822fc1f6aed..948d4eb18b1eea179de5ea22fa2d4e71a67d1645 100644 (file)
@@ -15,7 +15,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
 
 --- a/net/bridge/br_input.c
 +++ b/net/bridge/br_input.c
-@@ -144,11 +144,13 @@ drop:
+@@ -145,11 +145,13 @@ drop:
  static int br_handle_local_finish(struct sk_buff *skb)
  {
        struct net_bridge_port *p = br_port_get_rcu(skb->dev);
@@ -33,7 +33,7 @@ Signed-off-by: Felix Fietkau <nbd@openwrt.org>
        return 0;        /* process further */
  }
  
-@@ -218,6 +220,18 @@ rx_handler_result_t br_handle_frame(stru
+@@ -219,6 +221,18 @@ rx_handler_result_t br_handle_frame(stru
  
  forward:
        switch (p->state) {