commit d76e39751295da117117ba9e4ffe78a751202c2e
Author: Victor Lowther <victor.lowther@gmail.com>
Date: Mon Apr 1 13:49:32 2019 -0500
Fix lease invalidation bug.
Lease invalidation was resupting in lease objects that could not be
saved, leading to potential failures of dr-provision to restart when a
lease for a specific IP address was invalidated. This fixes the lease
invalidation logic to handle invalid leases correctly, and fixes the
startup routine to handle the cases where a lease was invlaidated due
to IP address probing finding a conflict.
M backend/dataTracker.go
M backend/lease.go
End of Note