Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 22317
b: refs/heads/master
c: d5513a7
h: refs/heads/master
i:
  22315: c38645f
v: v3
  • Loading branch information
Stephen Hemminger authored and David S. Miller committed Mar 21, 2006
1 parent b488f59 commit 09801fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 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: cee4854122d4347b2f6f10fe7f007a48fada29a0
refs/heads/master: d5513a7d32de721a9e396c2b32cf277d5cef5fb6
8 changes: 1 addition & 7 deletions trunk/net/bridge/br_input.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@

const unsigned char bridge_ula[6] = { 0x01, 0x80, 0xc2, 0x00, 0x00, 0x00 };

static int br_pass_frame_up_finish(struct sk_buff *skb)
{
netif_receive_skb(skb);
return 0;
}

static void br_pass_frame_up(struct net_bridge *br, struct sk_buff *skb)
{
struct net_device *indev;
Expand All @@ -38,7 +32,7 @@ static void br_pass_frame_up(struct net_bridge *br, struct sk_buff *skb)
skb->dev = br->dev;

NF_HOOK(PF_BRIDGE, NF_BR_LOCAL_IN, skb, indev, NULL,
br_pass_frame_up_finish);
netif_receive_skb);
}

/* note: already called with rcu_read_lock (preempt_disabled) */
Expand Down

0 comments on commit 09801fc

Please sign in to comment.