Skip to content

Commit

Permalink
selftests: forwarding: router_mpath_nh_res: Add a diagram
Browse files Browse the repository at this point in the history
This test lacks a topology diagram, making the setup not obvious.
Add one.

Signed-off-by: Petr Machata <[email protected]>
Reviewed-by: Hangbin Liu <[email protected]>
Signed-off-by: Paolo Abeni <[email protected]>
  • Loading branch information
pmachata authored and Paolo Abeni committed Apr 16, 2024
1 parent ba7d1e9 commit b51a94b
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions tools/testing/selftests/net/forwarding/router_mpath_nh_res.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0

# +-------------------------+
# | H1 |
# | $h1 + |
# | 192.0.2.2/24 | |
# | 2001:db8:1::2/64 | |
# +-------------------|-----+
# |
# +-------------------|----------------------+
# | | R1 |
# | $rp11 + |
# | 192.0.2.1/24 |
# | 2001:db8:1::1/64 |
# | |
# | + $rp12 + $rp13 |
# | | 169.254.2.12/24 | 169.254.3.13/24 |
# | | fe80:2::12/64 | fe80:3::13/64 |
# +--|--------------------|------------------+
# | |
# +--|--------------------|------------------+
# | + $rp22 + $rp23 |
# | 169.254.2.22/24 169.254.3.23/24 |
# | fe80:2::22/64 fe80:3::23/64 |
# | |
# | $rp21 + |
# | 198.51.100.1/24 | |
# | 2001:db8:2::1/64 | R2 |
# +-------------------|----------------------+
# |
# +-------------------|-----+
# | | |
# | $h2 + |
# | 198.51.100.2/24 |
# | 2001:db8:2::2/64 H2 |
# +-------------------------+

ALL_TESTS="
ping_ipv4
ping_ipv6
Expand Down

0 comments on commit b51a94b

Please sign in to comment.