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