mirror of
https://github.com/raspberrypi/linux.git
synced 2025-12-15 22:41:38 +00:00
Connect two netdevsim ports in different namespaces together, then send packets between them using socat. Signed-off-by: David Wei <dw@davidwei.uk> Reviewed-by: Maciek Machnikowski <maciek@machnikowski.net> Signed-off-by: David S. Miller <davem@davemloft.net>
19 lines
328 B
Makefile
19 lines
328 B
Makefile
# SPDX-License-Identifier: GPL-2.0+ OR MIT
|
|
|
|
TEST_PROGS = devlink.sh \
|
|
devlink_in_netns.sh \
|
|
devlink_trap.sh \
|
|
ethtool-coalesce.sh \
|
|
ethtool-fec.sh \
|
|
ethtool-pause.sh \
|
|
ethtool-ring.sh \
|
|
fib.sh \
|
|
hw_stats_l3.sh \
|
|
nexthop.sh \
|
|
peer.sh \
|
|
psample.sh \
|
|
tc-mq-visibility.sh \
|
|
udp_tunnel_nic.sh \
|
|
|
|
include ../../../lib.mk
|