Not sure if this is clear to everyone else so as a hint (I haven't looked at the code for lxc) the "IPv6" address shown gives a pretty good indication that something is parsing an IPv6 address and then representing the first 32 bits as an IPv4 address.
The specified ip address is 2607:f088:... which we then split up into bytes: 26 07 f0 88 and then represent as base 10: root@cps3:~/lxc# printf "%d.%d.%d.%d\n" 0x26 0x07 0xf0 0x88 38.7.240.136 anything that looks like address=ip is probably suspect. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1258304 Title: lxc-create fails on IPv6 address To manage notifications about this bug go to: https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1258304/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
