blockdiag / nwdiag

Apache License 2.0
119 stars 18 forks source link

Add "label" and "address" attributes to the group elements #40

Open AlekzNet opened 2 years ago

AlekzNet commented 2 years ago

It would be very useful to add "label" and "address" attributes to the group elements, for example:

 group fw {
    address = ".249";
    label = "FW cluster";
    fw1 [address = ".250"];
    fw2 [address = ".251"];
    }