Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v6.6-rc4 12 lines 250 B view raw
1#!/bin/bash 2# SPDX-License-Identifier: GPL-2.0 3 4# A wrapper to run VXLAN test for IPv6. 5 6LOCAL_IP=2001:db8:1::1 7REMOTE_IP_1=2001:db8:2::1 8REMOTE_IP_2=2001:db8:3::1 9UDPCSUM_FLAFS="udp6zerocsumrx udp6zerocsumtx" 10MC_IP=FF02::2 11 12source vxlan_fdb_veto.sh