On Thu, 09 Jul 2020 11:23:46 -0700 (PDT) David Miller wrote: > Looks like we get a build failure if IPV4=n and ETHTOOL_NL=y because > the code unconditionally references the udp tunnel ops from the > ethtool tunnel stuff.
I see :S I think I'll cut out the entire ETHTOOL_MSG_TUNNEL_INFO_GET support if IPv4=n, theoretically there could be an non-IP tunnel info we want to report, but we can deal with that (unlikely) case later.