ucloud_common/ucloud-ipv6-networks.dot
Nico Schottelius fd72417487 Add makefile
2019-07-30 14:45:14 +02:00

9 lines
263 B
Text

digraph G {
ucloud_api [shape=box];
ucloud_router [shape=box];
ucloud_nat64 [shape=box];
ucloud_api -> REQUEST_SLASH_64 [label="Requested by user" style="dotted"];
ucloud_router -> HAS_SLASH_64 [label="Requested by user" style="dotted"];
}