xref: /linux/tools/testing/selftests/net/forwarding/vxlan_bridge_1d_port_8472.sh (revision 3bdab16c55f57a24245c97d707241dd9b48d1a91)
1#!/bin/bash
2# SPDX-License-Identifier: GPL-2.0
3
4# A wrapper to run VXLAN tests with an unusual port number.
5
6VXPORT=8472
7ALL_TESTS="
8	ping_ipv4
9"
10source vxlan_bridge_1d.sh
11