xref: /openbmc/linux/tools/testing/selftests/bpf/test_xdp_vlan_mode_native.sh (revision fa538f7cf05aab61cd91e01c160d4a09c81b8ffe)
1#!/bin/bash
2# SPDX-License-Identifier: GPL-2.0
3
4# Exit on failure
5set -e
6
7# Wrapper script to test native-XDP
8export TESTNAME=xdp_vlan_mode_native
9./test_xdp_vlan.sh --mode=xdpdrv
10