diff options
| author | Petr Machata <[email protected]> | 2023-06-02 16:20:09 +0000 |
|---|---|---|
| committer | David S. Miller <[email protected]> | 2023-06-05 10:29:49 +0000 |
| commit | 204cc3d04fe26c1794e50211393a050c7635cccc (patch) | |
| tree | 16fffb8aeeb6428fc7d94fda1ea9fc3af55f4066 | |
| parent | mlxsw: spectrum_router: Do not query MAX_VRS on each iteration (diff) | |
| download | kernel-204cc3d04fe26c1794e50211393a050c7635cccc.tar.gz kernel-204cc3d04fe26c1794e50211393a050c7635cccc.zip | |
selftests: mlxsw: ingress_rif_conf_1d: Fix the diagram
The topology diagram implies that $swp1 and $swp2 are members of the bridge
br0, when in fact only their uppers, $swp1.10 and $swp2.10 are. Adjust the
diagram.
Signed-off-by: Petr Machata <[email protected]>
Reviewed-by: Amit Cohen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
| -rwxr-xr-x | tools/testing/selftests/drivers/net/mlxsw/ingress_rif_conf_1d.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tools/testing/selftests/drivers/net/mlxsw/ingress_rif_conf_1d.sh b/tools/testing/selftests/drivers/net/mlxsw/ingress_rif_conf_1d.sh index df2b09966886..7d7f862c809c 100755 --- a/tools/testing/selftests/drivers/net/mlxsw/ingress_rif_conf_1d.sh +++ b/tools/testing/selftests/drivers/net/mlxsw/ingress_rif_conf_1d.sh @@ -15,10 +15,9 @@ # +----------------|--+ +--|-----------------+ # | | # +----------------|-------------------------|-----------------+ -# | SW | | | +# | SW $swp1 + + $swp2 | +# | | | | # | +--------------|-------------------------|---------------+ | -# | | $swp1 + + $swp2 | | -# | | | | | | # | | $swp1.10 + + $swp2.10 | | # | | | | # | | br0 | | |
