You've already forked linux-rockchip
mirror of
https://github.com/armbian/linux-rockchip.git
synced 2026-01-06 11:08:10 -08:00
selftests: forwarding: Add VxLAN tests with a VLAN-aware bridge for IPv6
The tests are very similar to their VLAN-unaware counterpart (vxlan_bridge_1d_ipv6.sh and vxlan_bridge_1d_port_8472_ipv6.sh), but instead of using multiple VLAN-unaware bridges, a single VLAN-aware bridge is used with multiple VLANs. Signed-off-by: Amit Cohen <amcohen@nvidia.com> Reviewed-by: Petr Machata <petrm@nvidia.com> Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
b07e9957f2
commit
728b35259e
837
tools/testing/selftests/net/forwarding/vxlan_bridge_1q_ipv6.sh
Executable file
837
tools/testing/selftests/net/forwarding/vxlan_bridge_1q_ipv6.sh
Executable file
File diff suppressed because it is too large
Load Diff
11
tools/testing/selftests/net/forwarding/vxlan_bridge_1q_port_8472_ipv6.sh
Executable file
11
tools/testing/selftests/net/forwarding/vxlan_bridge_1q_port_8472_ipv6.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
# SPDX-License-Identifier: GPL-2.0
|
||||
|
||||
# A wrapper to run VXLAN tests with an unusual port number.
|
||||
|
||||
VXPORT=8472
|
||||
ALL_TESTS="
|
||||
ping_ipv4
|
||||
ping_ipv6
|
||||
"
|
||||
source vxlan_bridge_1q_ipv6.sh
|
||||
Reference in New Issue
Block a user