Files
infix/test/case/ietf_interfaces/igmp_basic/topology.dot
T
Mattias Walström 3b3656c8f5 test: spec: change image format from PNG to SVG
SVG is a plain text file, better to see why it changed
than binary PNG. Also fix #744 by adding infix/OEM hash
to test specification

Signed-off-by: Mattias Walström <lazzer@gmail.com>
2024-10-23 14:21:26 +02:00

27 lines
830 B
Plaintext

graph "1x4" {
layout="neato";
overlap="false";
esep="+80";
node [shape=record, fontname="DejaVu Sans Mono, Book"];
edge [color="cornflowerblue", penwidth="2", fontname="DejaVu Serif, Book"];
host [
label="host | { <mgmt> mgmt | <data1> data1 | <data2> data2 | <data3> data3 }",
pos="0,12!",
kind="controller",
];
target [
label="{ <mgmt> mgmt | <data1> data1 | <data2> data2 | <data3> data3 } | target \n\n(br0)\n10.0.0.1/24",
pos="10,12!",
kind="infix",
];
host:mgmt -- target:mgmt [kind=mgmt, color="lightgray"]
host:data1 -- target:data1 [color=black, fontcolor=black, taillabel="10.0.0.2/24"]
host:data2 -- target:data2 [color=black, fontcolor=black, taillabel="10.0.0.3/24"]
host:data3 -- target:data3 [color=black, fontcolor=black, taillabel="10.0.0.4/24"]
}