ParkingLots must be Kea thread safe.
Found by the thread sanitizer in https://gitlab.isc.org/isc-private/qa-dhcp/-/issues/213:
std::map<int, ParkingLotPtr> parking_lots_;
This map is obviously updated during packet processing by the HA code.
Found by the thread sanitizer in https://gitlab.isc.org/isc-private/qa-dhcp/-/issues/213:
std::map<int, ParkingLotPtr> parking_lots_;
This map is obviously updated during packet processing by the HA code.