On Wed, Dec 07, 2022 at 10:28:05AM +0000, Stuart Henderson wrote: > On 2022/12/06 19:57, Andrew Hewus Fresh wrote: > > Which interface do you wish to configure? (name, lladdr, '?', or 'done') > > [vio0] ? > > Available network interfaces are: vio0 vlan0. > > vio0: lladdr fe:e1:bb:d1:dd:97 > > Which interface do you wish to configure? (name, lladdr, '?', or 'done') > > [vio0] fe:e1:bb:d1:dd:97 > > IPv4 address for vio0? (or 'autoconf' or 'none') [autoconf] > > IPv6 address for vio0? (or 'autoconf' or 'none') [none] > > Available network interfaces are: vio0 vlan0. > > It doesn't seem right to offer vio0 in the list if it was already > configured via lladdr?
The installer currently allows re-configuring interfaces and deletes the hostname.if before doing it. I think the most useful solution is to check for "the other" configuration for that interface and remove it as well when reconfiguring. > (Brushing aside the issue that fe:e1:b[ab]:dX:XX:XX addresses > are usually random so the hostname.lladdr scheme won't work for > them anyway..) This is true, but testing stuff in vmm is so handy!