mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
Add 4 testcases for rxe with net namespace. Reviewed-by: David Ahern <dsahern@kernel.org> Signed-off-by: Zhu Yanjun <yanjun.zhu@linux.dev> Link: https://patch.msgid.link/20260313023058.13020-5-yanjun.zhu@linux.dev Signed-off-by: Leon Romanovsky <leon@kernel.org>
8 lines
174 B
Makefile
8 lines
174 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
TEST_PROGS := rxe_rping_between_netns.sh \
|
|
rxe_ipv6.sh \
|
|
rxe_socket_with_netns.sh \
|
|
rxe_test_NETDEV_UNREGISTER.sh
|
|
|
|
include ../lib.mk
|