Files
infix/test/case/ietf_interfaces/routing_basic/topology.dot
T

25 lines
694 B
Plaintext

graph "1x3" {
layout="neato";
overlap="false";
esep="+80";
node [shape=record, fontname="monospace"];
edge [color="cornflowerblue", penwidth="2"];
host [
label="host | { <tgt> tgt | <data0> data0 | <data1> data1 }",
pos="0,12!",
kind="controller",
];
target [
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 } | target",
pos="10,12!",
kind="infix",
];
host:tgt -- target:mgmt [kind=mgmt]
host:data0 -- target:data0 [color=black, fontcolor=black, fontsize=12, taillabel="192.168.0.10", headlabel="192.168.0.1"]
host:data1 -- target:data1 [color=black, fontcolor=black, fontsize=12, taillabel="10.0.0.10", headlabel="10.0.0.1"]
}