xref: /linux/tools/testing/selftests/net/forwarding/vxlan_bridge_1q_port_8472_ipv6.sh (revision 03ab8e6297acd1bc0eedaa050e2a1635c576fd11)
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	ping_ipv6
10"
11source vxlan_bridge_1q_ipv6.sh
12