mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
This will fail on a system running a vanilla kernel, where the dut's ports are backed by mv88e6xxx, because: 1. The ports are attached to the same bridge, and are thus in the same PVT group. 2. Creation of the VLAN uppers causes the DSA layer to add both ports to the same VTU entry. As a result, hardware behaves as if both ports had been configured as tagged members of VLAN 10, instead of just terminating incoming traffic locally. Add this test to catch hardware which behaves in this way.
:testgroup: == ietf-interfaces <<< include::vlan_ping/Readme.adoc[] include::ipv4_address/Readme.adoc[] include::ipv6_address/Readme.adoc[] include::ipv4_autoconf/Readme.adoc[] include::ifalias/Readme.adoc[] include::iface_phys_address/Readme.adoc[] include::routing_basic/Readme.adoc[] include::bridge_basic/Readme.adoc[] include::bridge_fwd_dual_dut/Readme.adoc[] include::bridge_fwd_sgl_dut/Readme.adoc[] include::bridge_veth/Readme.adoc[] include::bridge_vlan/Readme.adoc[] include::bridge_vlan_separation/Readme.adoc[] include::dual_bridge/Readme.adoc[] include::igmp_basic/Readme.adoc[] include::igmp_vlan/Readme.adoc[] include::static_multicast_filters/Readme.adoc[] include::vlan_qos/Readme.adoc[] include::verify_all_interface_types/Readme.adoc[] include::iface_enable_disable/Readme.adoc[] include::veth_delete/Readme.adoc[]