Updated from Linux LTS 3.10.19 to 3.10.20
This commit is contained in:
@@ -195,7 +195,7 @@ static int ipip_rcv(struct sk_buff *skb)
|
||||
if (tunnel) {
|
||||
if (!xfrm4_policy_check(NULL, XFRM_POLICY_IN, skb))
|
||||
goto drop;
|
||||
return ip_tunnel_rcv(tunnel, skb, &tpi, log_ecn_error);
|
||||
return ip_tunnel_rcv(tunnel, skb, &tpi, 0, log_ecn_error);
|
||||
}
|
||||
|
||||
return -1;
|
||||
|
||||
Reference in New Issue
Block a user