[11:53] interface aliases still aren't supported? [11:54] also https://netplan.io/examples/ the 'lo' example seems to replace the 127.0.0.1/8 IP, as opposed to merely adding an ew ip [11:57] pmjdebruijn: netplan supports ip addr labels, does that work for your interface alias use case? https://bugs.launchpad.net/ubuntu/+source/nplan/+bug/1743200 [12:02] slyon: is there any proper documentation? [12:03] pmjdebruijn: it's described in netplan's reference, which also contains a small example: https://netplan.io/reference/#common-properties-for-all-device-types [12:04] yeah found that in the meanwhile [12:05] it seems this breaks ifconfig entirely [12:06] and doesn't result in a seperate interface [12:11] so it's marginally worse than before [12:13] slyon: essentially we'd like to add additional IPs to 'lo' but OTOH not mess with 'lo' itself, so we can be sure to never break it [12:17] pmjdebruijn: hmm.. what OS are you running that you need to use legacy ifconfig instead of iproute2? [12:19] netplan set network.ethernets.lo.addresses='["127.0.0.1/8", "::1/128", "1.1.1.1/24", "2.2.2.2/24"]' doesn't work for you? [12:19] I don't "need" anything, it's a matter of convenience [12:21] slyon: it seems to work now, it's more than netplan has had more than it's fair share of bugs, so having it mess with the main lo, isn't something i'm looking forward to [12:21] aside from the documentation about 'lo' being a bit misleading [12:22] I'm glad it's working now, and I agree that the 'lo' documentation needs to be updated [12:23] it's misleading in way, that would badly break a pre-existing install, so removing that would better than leaving it in place like this [12:35] pmjdebruijn: I guess this should help, right? https://github.com/canonical-web-and-design/netplan.io/pull/225 [12:41] yeah I think so