Commit 1c7b183d authored by Amit Cohen's avatar Amit Cohen Committed by David S. Miller

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: default avatarAmit Cohen <amcohen@nvidia.com>
Reviewed-by: default avatarPetr Machata <petrm@nvidia.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 69628530
#!/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
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment