Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 215429
b: refs/heads/master
c: 1e253c3
h: refs/heads/master
i:
  215427: 06f33ce
v: v3
  • Loading branch information
Benjamin Poirier authored and David S. Miller committed Oct 21, 2010
1 parent 8e137c3 commit fbf2951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a5c30b349b872aa2ac13babbd5ceb26737f17e95
refs/heads/master: 1e253c3b8a1aeed51eef6fc366812f219b97de65
2 changes: 1 addition & 1 deletion trunk/net/bridge/br_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ struct sk_buff *br_handle_frame(struct sk_buff *skb)
goto drop;

/* If STP is turned off, then forward */
if (p->br->stp_enabled == BR_NO_STP && dest[5] == 0)
if (p->br->stp_enabled == BR_NO_STP)
goto forward;

if (NF_HOOK(NFPROTO_BRIDGE, NF_BR_LOCAL_IN, skb, skb->dev,
Expand Down

0 comments on commit fbf2951

Please sign in to comment.