From 89c6bd024f73679e00092bda077f785c58631f03 Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Fri, 21 Sep 2018 09:25:57 +0200 Subject: [PATCH] 4.14 patch refresh --- ...packet_reject-when-the-appropriate-tunnel-is-not-found.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/queue-4.14/erspan-return-packet_reject-when-the-appropriate-tunnel-is-not-found.patch b/queue-4.14/erspan-return-packet_reject-when-the-appropriate-tunnel-is-not-found.patch index cd6906634ed..b93e903427d 100644 --- a/queue-4.14/erspan-return-packet_reject-when-the-appropriate-tunnel-is-not-found.patch +++ b/queue-4.14/erspan-return-packet_reject-when-the-appropriate-tunnel-is-not-found.patch @@ -22,7 +22,7 @@ Signed-off-by: Greg Kroah-Hartman --- a/net/ipv4/ip_gre.c +++ b/net/ipv4/ip_gre.c -@@ -323,6 +323,8 @@ static int erspan_rcv(struct sk_buff *sk +@@ -322,6 +322,8 @@ static int erspan_rcv(struct sk_buff *sk ip_tunnel_rcv(tunnel, skb, tpi, tun_dst, log_ecn_error); return PACKET_RCVD; } -- 2.47.3