tools/testing/selftests/drivers/net/mlxsw/vxlan_fdb_veto_ipv6.sh

Source file repositories/reference/linux-study-clean/tools/testing/selftests/drivers/net/mlxsw/vxlan_fdb_veto_ipv6.sh

File Facts

System
Linux kernel
Corpus path
tools/testing/selftests/drivers/net/mlxsw/vxlan_fdb_veto_ipv6.sh
Extension
.sh
Size
250 bytes
Lines
13
Domain
Support Tooling And Documentation
Bucket
tools
Inferred role
Support Tooling And Documentation: tools
Status
atlas-only

Why This File Exists

Repository support layer: documentation, build tooling, samples, user-space helper tools, generated initramfs support, licenses, and validation utilities.

Dependency Surface

Detected Declarations

Annotated Snippet

#!/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

Annotation

Implementation Notes