]> git.proxmox.com Git - pve-docs.git/blob - images/cluster.nwdiag
buildsys: don't use rm -r on so many globs
[pve-docs.git] / images / cluster.nwdiag
1 nwdiag {
2 inet [shape = cloud];
3 inet -- router;
4
5 network cluster {
6 router;
7
8 address = "210.x.x.x/24"
9
10 node-01 [address = "210.x.x.1"];
11 node-02 [address = "210.x.x.2"];
12 node-03 [address = "210.x.x.2"];
13 }
14 }