test: update infix-services topologies

This commit is contained in:
Ahmed Karic
2024-09-16 14:20:52 +02:00
committed by Mattias Walström
parent cbe7c7f033
commit a03465c249
2 changed files with 4 additions and 3 deletions
@@ -1,13 +1,13 @@
graph "1x2" {
layout="neato";
overlap="false";
esep="+20";
esep="+80";
node [shape=record, fontname="monospace"];
edge [color="cornflowerblue", penwidth="2"];
host [
label="host | { <tgt> tgt | <data> | data }",
label="host | { <tgt> tgt | <data> data }",
pos="0,12!",
kind="controller",
];
@@ -20,5 +20,6 @@ graph "1x2" {
];
host:tgt -- target:mgmt [kind=mgmt]
host:data -- target:data
host:data -- target:data [color=black, fontcolor=black, fontsize=12, taillabel="10.0.0.1/24", headlabel="10.0.0.10/24"]
}
Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.8 KiB

After

Width:  |  Height:  |  Size: 7.3 KiB