ip6_tunnel: enable to change proto of fb tunnels
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Mon, 30 Jun 2025 14:54:54 +0000 (16:54 +0200)
committerJakub Kicinski <kuba@kernel.org>
Wed, 2 Jul 2025 00:40:57 +0000 (17:40 -0700)
commit0341e34727367585436715b4a5d107921f8fecf6
tree9f5ece18befead708ee9889b2e66a59ee65f5545
parent131e0a1123e709b72a3ce7ce09a30e903e3515f0
ip6_tunnel: enable to change proto of fb tunnels

This is possible via the ioctl API:
> ip -6 tunnel change ip6tnl0 mode any

Let's align the netlink API:
> ip link set ip6tnl0 type ip6tnl mode any

Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Link: https://patch.msgid.link/20250630145602.1027220-1-nicolas.dichtel@6wind.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/ip6_tunnel.c