while deploying charrua in africa with no persistent leases, we discovered that a restart of charrua leads to it handing out ip addresses with active lease (from the previous incarnation). -- see also https://tools.ietf.org/html/rfc5227
ways to fix this include:
- ask via arp before handing out an ip address
- randomise (instead of linear search) which ip to hand out
IMHO we should do both.
while deploying charrua in africa with no persistent leases, we discovered that a restart of charrua leads to it handing out ip addresses with active lease (from the previous incarnation). -- see also https://tools.ietf.org/html/rfc5227
ways to fix this include:
IMHO we should do both.