Commit ba7d1e99 authored by Petr Machata's avatar Petr Machata Committed by Paolo Abeni

selftests: forwarding: router_mpath_nh: Add a diagram

This test lacks a topology diagram, making the setup not obvious.
Add one.

Cc: David Ahern <dsahern@gmail.com>
Signed-off-by: default avatarPetr Machata <petrm@nvidia.com>
Reviewed-by: default avatarHangbin Liu <liuhangbin@gmail.com>
Reviewed-by: default avatarDavid Ahern <dsahern@kernel.org>
Signed-off-by: default avatarPaolo Abeni <pabeni@redhat.com>
parent 8d612ed4
#!/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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment