Merge branch 'netlink-specs-rt-link-decode-ip6gre'
authorPaolo Abeni <pabeni@redhat.com>
Thu, 5 Jun 2025 10:50:12 +0000 (12:50 +0200)
committerPaolo Abeni <pabeni@redhat.com>
Thu, 5 Jun 2025 10:50:12 +0000 (12:50 +0200)
commit8e59d9e24df4688b6a5ea79c84d0b26d1499d4d5
treeb208fb108436e3a4eea310df5a759e79d47eb3aa
parentec6a328b2e68adfaa322b633519b72ab6cd33e3a
parent8af7a919c52f02514a145f995cbdf0deadb8075a
Merge branch 'netlink-specs-rt-link-decode-ip6gre'

Jakub Kicinski says:

====================
netlink: specs: rt-link: decode ip6gre

Adding GRE tunnels to the .config for driver tests caused
some unhappiness in YNL, as it can't decode all the link
attrs on the system. Add ip6gre support to fix the tests.
This is similar to commit 6ffdbb93a59c ("netlink: specs:
rt_link: decode ip6tnl, vti and vti6 link attrs").
====================

Link: https://patch.msgid.link/20250603135357.502626-1-kuba@kernel.org
Signed-off-by: Paolo Abeni <pabeni@redhat.com>