blockdiag / nwdiag

Apache License 2.0
115 stars 18 forks source link

IPv6 Addresses and prefixes are cut off #8

Open tk0miya opened 6 years ago

tk0miya commented 6 years ago

diagram

nwdiag {
    inet [ shape = cloud ];
    router;
    controller;
    inet -- router;
    network public_v6 {
        address = "fdf5:058c:1a36:0f5a::/64"
        router [ address = "fe80::21c:73ff:fe03:11b3" ];
        controller;
        compute1;
        compute2;
    }

    compute1 -- vm1 [ address = "fdf5:58c:1a36:f5a:211:22ff:fe33:4455" ];
    compute2 -- vm2 [ address = "fdf5:58c:1a36:f5a:214:22ee:ef22:2142" ];
}

tk0miya commented 6 years ago

From sc68cal on 2014-04-21 18:44:01+00:00

It is possible that I am doing something wrong, but it should "just work"