Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 81877
b: refs/heads/master
c: b164106
h: refs/heads/master
i:
  81875: a29d022
v: v3
  • Loading branch information
Herbert Xu authored and David S. Miller committed Feb 1, 2008
1 parent 6635ffe commit 687cd2a
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: e242297055f906e8e225fb95a8edbc88e9052634
refs/heads/master: b1641064a3f4a58644bc2e8edf40c025c58473b4
2 changes: 1 addition & 1 deletion trunk/net/ipv4/xfrm4_tunnel.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static const struct xfrm_type ipip_type = {

static int xfrm_tunnel_rcv(struct sk_buff *skb)
{
return xfrm4_rcv_spi(skb, IPPROTO_IP, ip_hdr(skb)->saddr);
return xfrm4_rcv_spi(skb, IPPROTO_IPIP, ip_hdr(skb)->saddr);
}

static int xfrm_tunnel_err(struct sk_buff *skb, u32 info)
Expand Down

0 comments on commit 687cd2a

Please sign in to comment.