Hi @yomimono , random DHCP question, I hope you don’t mind :) Did you implement RFC 5227 - Address Conflict Detection? If so, did you tweak the various delay interval parameters?
@Kensan Nope, we didn't - in practice most MirageOS DHCP clients are already on their own vlan/subnet so it hasn't been called for, and it makes the lease acquisition (and therefore time to real unikernel start) slower. It wouldn't be hard to implement though.
@Kensan If we follow through on the work juga0 started at the hack retreat, we'll probably have to do something about this since we'll have a UNIX-usable charrua-based client which will probably be interacting in messy real-world scenarios where IP conflicts might happen :/
@yomimono Not necessarily: our DHCP client (ADHCP) has been in production use for several years now and we have not implemented ACD update until now. I have also been using it on my systems and I have not had any issues in that regard...