brintos

brintos / linux-shallow public Read only

0
0
Text · 180 B · 5cf7ce1 Raw
10 lines · bash
1#!/bin/bash2# SPDX-License-Identifier: GPL-2.03 4# Exit on failure5set -e6 7# Wrapper script to test native-XDP8export TESTNAME=xdp_vlan_mode_native9./test_xdp_vlan.sh --mode=xdpdrv10