]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: Add IPv6 multicast route generation tests for GRE devices.
authorGuillaume Nault <gnault@redhat.com>
Wed, 9 Jul 2025 14:30:17 +0000 (16:30 +0200)
committerJakub Kicinski <kuba@kernel.org>
Fri, 11 Jul 2025 01:11:04 +0000 (18:11 -0700)
commit4d61a8a7334399f457867442445a4f916b40cddb
tree05197a5e643a036e4d1d0435ace45f2a1fdf21c9
parent4e914ef063de40397e25a025c70d9737a9e45a8c
selftests: Add IPv6 multicast route generation tests for GRE devices.

The previous patch fixes a bug that prevented the creation of the
default IPv6 multicast route (ff00::/8) for some GRE devices. Now let's
extend the GRE IPv6 selftests to cover this case.

Also, rename check_ipv6_ll_addr() to check_ipv6_device_config() and
adapt comments and script output to take into account the fact that
we're not limited to link-local address generation.

Signed-off-by: Guillaume Nault <gnault@redhat.com>
Reviewed-by: Ido Schimmel <idosch@nvidia.com>
Link: https://patch.msgid.link/65a89583bde3bf866a1922c2e5158e4d72c520e2.1752070620.git.gnault@redhat.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/gre_ipv6_lladdr.sh