Updated from Linux LTS 3.10.19 to 3.10.20
This commit is contained in:
@@ -335,7 +335,7 @@ static int ipgre_rcv(struct sk_buff *skb)
|
||||
iph->saddr, iph->daddr, tpi.key);
|
||||
|
||||
if (tunnel) {
|
||||
ip_tunnel_rcv(tunnel, skb, &tpi, log_ecn_error);
|
||||
ip_tunnel_rcv(tunnel, skb, &tpi, hdr_len, log_ecn_error);
|
||||
return 0;
|
||||
}
|
||||
icmp_send(skb, ICMP_DEST_UNREACH, ICMP_PORT_UNREACH, 0);
|
||||
|
||||
Reference in New Issue
Block a user