diff options
| author | Oscar Maes <oscmaes92@gmail.com> | 2025-07-10 16:27:14 +0200 |
|---|---|---|
| committer | Jakub Kicinski <kuba@kernel.org> | 2025-07-14 17:29:41 -0700 |
| commit | 5777d1871bf69d435e57e639fcf132d2d0c00883 (patch) | |
| tree | 72ff39d241a2fdca10581acfaefeaa5d9a2dbd57 /tools/testing/selftests/net/Makefile | |
| parent | 9e30ecf23b1b8f091f7d08b27968dea83aae7908 (diff) | |
| download | linux-next-5777d1871bf69d435e57e639fcf132d2d0c00883.tar.gz linux-next-5777d1871bf69d435e57e639fcf132d2d0c00883.zip | |
selftests: net: add test for variable PMTU in broadcast routes
Added a test for variable PMTU in broadcast routes.
This test uses iputils' ping and attempts to send a ping between
two peers, which should result in a regular echo reply.
This test will fail when the receiving peer does not receive the echo
request due to a lack of packet fragmentation.
Signed-off-by: Oscar Maes <oscmaes92@gmail.com>
Link: https://patch.msgid.link/20250710142714.12986-2-oscmaes92@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests/net/Makefile')
| -rw-r--r-- | tools/testing/selftests/net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/testing/selftests/net/Makefile b/tools/testing/selftests/net/Makefile index 66a3ef221ad7..13e2678d418b 100644 --- a/tools/testing/selftests/net/Makefile +++ b/tools/testing/selftests/net/Makefile @@ -115,6 +115,7 @@ TEST_PROGS += skf_net_off.sh TEST_GEN_FILES += skf_net_off TEST_GEN_FILES += tfo TEST_PROGS += tfo_passive.sh +TEST_PROGS += broadcast_pmtu.sh # YNL files, must be before "include ..lib.mk" YNL_GEN_FILES := busy_poller netlink-dumps |
