On Wed, May 3, 2017 at 11:10 AM, Joe Stringer <[email protected]> wrote: > On 2 May 2017 at 16:08, Pravin B Shelar <[email protected]> wrote: >> From: Jiri Benc <[email protected]> >> >> upstream commit: >> commit d074bf9600443403aa24fbc12c1f18eadc90f5aa >> Author: Jiri Benc <[email protected]> >> Date: Thu Apr 27 21:24:35 2017 +0200 >> >> vxlan: correctly handle ipv6.disable module parameter >> >> When IPv6 is compiled but disabled at runtime, __vxlan_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. >> >> Fixes: b1be00a6c39f ("vxlan: support both IPv4 and IPv6 sockets in a >> single vxlan device") >> Signed-off-by: Jiri Benc <[email protected]> >> Signed-off-by: David S. Miller <[email protected]> >> >> Signed-off-by: Pravin B Shelar <[email protected]> > > Thanks! > > Acked-by: Joe Stringer <[email protected]>
Thanks. I pushed patch to master and branch 2.6 and 2.7. I have also sent out second patch from same upstream patch series to keep error msg consistent with upstream vxlan module. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
