brintos

brintos / linux-shallow public Read only

0
0
Text · 186 B · c515326 Raw
10 lines · bash
1#!/bin/bash2# SPDX-License-Identifier: GPL-2.03 4# Exit on failure5set -e6 7# Wrapper script to test generic-XDP8export TESTNAME=xdp_vlan_mode_generic9./test_xdp_vlan.sh --mode=xdpgeneric10