Re: [PATCH net] geneve: correctly handle ipv6.disable module parameter

2019-03-01 Thread David Miller
From: Jiri Benc Date: Thu, 28 Feb 2019 14:56:04 +0100 > When IPv6 is compiled but disabled at runtime, geneve_sock_add returns > -EAFNOSUPPORT. For metadata based tunnels, this causes failure of the whole > operation of bringing up the tunnel. > > Ignore failure of IPv6 socket creation for metad

[PATCH net] geneve: correctly handle ipv6.disable module parameter

2019-02-28 Thread Jiri Benc
When IPv6 is compiled but disabled at runtime, geneve_sock_add returns -EAFNOSUPPORT. For metadata based tunnels, this causes failure of the whole operation of bringing up the tunnel. Ignore failure of IPv6 socket creation for metadata based tunnels caused by IPv6 not being available. This is the