Skip to content
Snippets Groups Projects
Commit 61630c4f authored by Paolo Abeni's avatar Paolo Abeni Committed by David S. Miller
Browse files

geneve: allow UDP L4 GRO passthrou


Similar to the previous commit, let even geneve
passthrou the L4 GRO packets

Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent d18931a9
No related branches found
No related tags found
No related merge requests found
......@@ -461,6 +461,7 @@ static struct socket *geneve_create_sock(struct net *net, bool ipv6,
if (err < 0)
return ERR_PTR(err);
udp_allow_gso(sock->sk);
return sock;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment