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_1q.sh 11