]> git.baikalelectronics.ru Git - kernel.git/commit
selftests: net: bridge: add initial MLDv2 include test
authorNikolay Aleksandrov <nikolay@nvidia.com>
Tue, 3 Nov 2020 17:24:00 +0000 (19:24 +0200)
committerJakub Kicinski <kuba@kernel.org>
Thu, 5 Nov 2020 00:55:47 +0000 (16:55 -0800)
commit82360f60a84bfffec47faa0ec9ea8e1b33685ea3
treed7be9ed09a7005228c35d13390d5395bf8d296a4
parentab5698c225641cdaaada8a61a7df4ea4529596fa
selftests: net: bridge: add initial MLDv2 include test

Add the initial setup for MLDv2 tests with the first test of a simple
is_include report. For MLDv2 we need to setup the bridge properly and we
also send the full precooked packets instead of relying on mausezahn to
fill in some parts. For verification we use the generic S,G state checking
functions from lib.sh.

Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
tools/testing/selftests/net/forwarding/bridge_mld.sh [new file with mode: 0755]