mirror of
https://github.com/hardkernel/linux.git
synced 2026-03-24 19:40:21 +09:00
selftests: mlxsw: Add VxLAN FDB veto test for IPv6
Add test to verify FDB vetos of VxLAN with IPv6 underlay. Use the existing test which checks IPv4. Signed-off-by: Amit Cohen <amcohen@nvidia.com> Reviewed-by: Petr Machata <petrm@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
696285305b
commit
1c7b183dac
12
tools/testing/selftests/drivers/net/mlxsw/vxlan_fdb_veto_ipv6.sh
Executable file
12
tools/testing/selftests/drivers/net/mlxsw/vxlan_fdb_veto_ipv6.sh
Executable file
@@ -0,0 +1,12 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user