Files
infix/test/case/ietf_interfaces/bridge_basic/topology.dot
T
2024-09-25 11:32:45 +02:00

25 lines
519 B
Plaintext

graph "1x2" {
layout="neato";
overlap="false";
esep="+80";
node [shape=record, fontname="monospace"];
edge [color="cornflowerblue", penwidth="2"];
host [
label="host | { <tgt> tgt | <data> data }",
pos="0,12!",
kind="controller",
];
target [
label="{ <mgmt> mgmt | <data> data } | target\n10.0.0.2/24 (br0)",
pos="10,12!",
kind="infix",
];
host:tgt -- target:mgmt [kind=mgmt]
host:data -- target:data [color=black, fontcolor=black, taillabel="10.0.0.1/24"]
}