Files
infix/test/case/ietf_interfaces
Tobias Waldekranz 63e1ff1fe9 test: vlan_iface_termination: Add test
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.
2024-11-28 12:52:09 +01:00
..
2024-10-28 11:04:49 +01:00
2024-10-28 11:04:49 +01:00

: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[]