Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 13654
b: refs/heads/master
c: 9f0ede5
h: refs/heads/master
v: v3
  • Loading branch information
Ken-ichirou MATSUZAWA authored and David S. Miller committed Nov 9, 2005
1 parent a408325 commit c975e55
Show file tree
Hide file tree
Showing 2 changed files with 2 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: 44fd0261d3509b0b4303fd9ba792058d230186ab
refs/heads/master: 9f0ede52a0ebfe1fe99ee5bfd99d17e6ac0c503d
1 change: 1 addition & 0 deletions trunk/net/ipv6/ip6_tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,7 @@ ip6ip6_rcv(struct sk_buff **pskb, unsigned int *nhoffp)

if ((t = ip6ip6_tnl_lookup(&ipv6h->saddr, &ipv6h->daddr)) != NULL) {
if (!xfrm6_policy_check(NULL, XFRM_POLICY_IN, skb)) {
read_unlock(&ip6ip6_lock);
kfree_skb(skb);
return 0;
}
Expand Down

0 comments on commit c975e55

Please sign in to comment.