Space-Saving in nwdiag

+1 vote
asked Feb 2, 2021 in Wanted features by jiangchundi (120 points)
edited Feb 2, 2021 by jiangchundi

We get 4 Columns for following diagram, since web02 is not connected to internal, is it possible to get 3 Columns instead ?

nwdiag {
  network dmz {
      address = "210.x.x.x/24"

      web01 [address = "210.x.x.1"]
      web02 [address = "210.x.x.2"];
  }
  network internal {
      address = "172.x.x.x/24";

      web01 [address = "172.x.x.1"];
      db01 [address = "172.x.x.100"];
      db02 [address = "172.x.x.101"];
  }
}

http://www.plantuml.com/plantuml/png/SoWkIImgAStDuSehJybCJ5Uevb9Go4ijASylobP8oQq2yS4WCIMbABMuMC5MGSd8q42l0WJrZKoKkA3ovQb91eOAqLYK6Ih58ganmgh6I2dM6gYe5idopBoIrAAyn1niBZ0qDqAum1hT2PZg3C76Wq4AJZK61YYgZ72eCeGvjPRB8JKl1HXq0000

http://interactive.blockdiag.com/nwdiag/?compression=deflate&src=eJzLK0_JTExXqOZSUMhLLSnPL8pWSMmtAvNBIDElpSi1uFjBVkHJyNBArwIE9Y1MlLig8uWpSQaGCtFYlBkqxSKpMcKqxkgp1hqoqBbJ8sy8ktSivMQcbC4wNDdCuMAatxNg6gwhxoNACk41BgYoqoxwqDKEObUWAEd4T_A

1 Answer

+1 vote
answered Sep 12, 2021 by The-Lu (64,340 points)
selected Sep 13, 2021 by jiangchundi
 
Best answer

Hello J.,

With last version (V1.2021.10), we can now observed:


enlightenedFor me that is better, but a bit very too straight (a little shift between each network will be perhaps appreciate [in order to transform opposite layout on an pseudo alternate layout...] )

Regards.

...