Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231192
b: refs/heads/master
c: 72b43d0
h: refs/heads/master
v: v3
  • Loading branch information
Alexey Kuznetsov authored and David S. Miller committed Jan 13, 2011
1 parent 96ce239 commit be07783
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 12252771691aaf4935206367e0917a8f697acfcb
refs/heads/master: 72b43d0898e97f588293b4a24b33c58c46633d81
3 changes: 3 additions & 0 deletions trunk/net/ipv6/ip6_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,9 @@ int ip6_forward(struct sk_buff *skb)
goto drop;
}

if (skb->pkt_type != PACKET_HOST)
goto drop;

skb_forward_csum(skb);

/*
Expand Down

0 comments on commit be07783

Please sign in to comment.