master-thesis/doc/graphviz/v6-v4-innetwork.dot
2019-08-09 11:49:41 +02:00

11 lines
233 B
Text

graph G {
node [ shape="box"];
v6host [ label="IPv6 only host"];
v4host [ label="IPv4 only host"];
switch1 [ label="Network Switch and NAT64 translator", shape="oval" ];
v6host--switch1;
v4host--switch1;
}