]> 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)
commit39b9e6dd827453491d61efb3dbbcc0e9fa077fa0
treed7be9ed09a7005228c35d13390d5395bf8d296a4
parent90196b269e6f1032bac6ae4754569cd25fb7ead9
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]