1 #!/bin/bash 2 # SPDX-License-Identifier: GPL-2.0 3 4 # Exit on failure 5 set -e 6 7 # Wrapper script to test generic-XDP 8 export TESTNAME=xdp_vlan_mode_generic 9 ./test_xdp_vlan.sh --mode=xdpgeneric
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.