Skip to content

Commit 24e8465

Browse files
pmachatadavem330
authored andcommitted
selftests: router_bridge_1d_lag: Add a new selftest
Add a selftest to verify that routing through several bridges works when LAG VLANs are used instead of physical ports, and that routing through LAG VLANs themselves works as physical ports are de/enslaved. Signed-off-by: Petr Machata <petrm@nvidia.com> Reviewed-by: Danielle Ratson <danieller@nvidia.com> Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 3f0c4e7 commit 24e8465

File tree

2 files changed

+409
-0
lines changed

2 files changed

+409
-0
lines changed

tools/testing/selftests/net/forwarding/Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ TEST_PROGS = bridge_igmp.sh \
6565
q_in_vni.sh \
6666
router_bridge.sh \
6767
router_bridge_1d.sh \
68+
router_bridge_1d_lag.sh \
6869
router_bridge_lag.sh \
6970
router_bridge_vlan.sh \
7071
router_bridge_vlan_upper.sh \

0 commit comments

Comments
 (0)