Sign in
android-kvm
/
linux
/
224b744abf9f0663ca6762a79c7298b663fa4f04
/
.
/
tools
/
testing
/
selftests
/
drivers
/
net
/
mlxsw
/
vxlan_fdb_veto_ipv6.sh
blob: 66c87aab86f6d36ef9c525664050bbe7cda368eb [
file
] [
log
] [
blame
]
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# A wrapper to run VXLAN test for IPv6.
LOCAL_IP
=
2001
:
db8
:
1
::
1
REMOTE_IP_1
=
2001
:
db8
:
2
::
1
REMOTE_IP_2
=
2001
:
db8
:
3
::
1
UDPCSUM_FLAFS
=
"udp6zerocsumrx udp6zerocsumtx"
MC_IP
=
FF02
::
2
source vxlan_fdb_veto
.
sh