Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 25671
b: refs/heads/master
c: b7595b4
h: refs/heads/master
i:
  25669: 7d41aed
  25667: 7cfe2ff
  25663: 82f9aec
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Apr 12, 2006
1 parent 35adbe2 commit b5f1747
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: f6596f9d2b4f0255f6cd68c76b85fe4cec6352af
refs/heads/master: b7595b4955b5178e28906838cc3e8efa62d8caee
3 changes: 0 additions & 3 deletions trunk/net/bridge/br_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ int br_handle_frame(struct net_bridge_port *p, struct sk_buff **pskb)
struct sk_buff *skb = *pskb;
const unsigned char *dest = eth_hdr(skb)->h_dest;

if (p->state == BR_STATE_DISABLED)
goto err;

if (!is_valid_ether_addr(eth_hdr(skb)->h_source))
goto err;

Expand Down

0 comments on commit b5f1747

Please sign in to comment.