Files
infix/test/case/ietf_interfaces/igmp_basic/topology.dot
T
Mattias Walström a533b87ea4 test: case: Move infix_interfaces into ietf-interfaces
This is how all other models are handled, the topmodel is naming the
test directory
2024-09-17 08:27:23 +02:00

27 lines
764 B
Plaintext

graph "1x4" {
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 | <data2> data2 }",
pos="0,12!",
kind="controller",
];
target [
label="{ <mgmt> mgmt | <data0> data0 | <data1> data1 | <data2> data2 } | target \n\n(br0)\n10.0.0.1/24",
pos="10,12!",
kind="infix",
];
host:tgt -- target:mgmt [kind=mgmt]
host:data0 -- target:data0 [color=black, fontcolor=black, taillabel="10.0.0.2/24"]
host:data1 -- target:data1 [color=black, fontcolor=black, taillabel="10.0.0.3/24"]
host:data2 -- target:data2 [color=black, fontcolor=black, taillabel="10.0.0.4/24"]
}