path: linux_6.19.6-1/tools/testing/selftests/bpf/test_xdp_features.sh
	ip link del v1 2> /dev/null
	ip netns del ${NS} 2> /dev/null
	[ "$(pidof xdp_features)" = "" ] || kill $(pidof xdp_features) 2> /dev/null
}
