Commit c473f723 authored by Amit Cohen's avatar Amit Cohen Committed by David S. Miller

selftests: mlxsw: devlink_trap_tunnel_ipip: Align topology drawing correctly

As part of adding same test for GRE tunnel with IPv6 underlay, wrong
alignments were found, fix them.
Signed-off-by: default avatarAmit Cohen <amcohen@nvidia.com>
Signed-off-by: default avatarIdo Schimmel <idosch@nvidia.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 4bb6cce0
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
# | # |
# +-------------------|-----+ # +-------------------|-----+
# | SW1 | | # | SW1 | |
# | $swp1 + | # | $swp1 + |
# | 192.0.2.2/28 | # | 192.0.2.2/28 |
# | | # | |
# | + g1a (gre) | # | + g1a (gre) |
...@@ -27,8 +27,8 @@ ...@@ -27,8 +27,8 @@
# | # |
# +--|----------------------+ # +--|----------------------+
# | | VRF2 | # | | VRF2 |
# | + $rp2 | # | + $rp2 |
# | 198.51.100.2/28 | # | 198.51.100.2/28 |
# +-------------------------+ # +-------------------------+
lib_dir=$(dirname $0)/../../../net/forwarding lib_dir=$(dirname $0)/../../../net/forwarding
......
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