Add cltt support for IPv4 leases (requested in #31), like it has been for IPv6 leases.
This changes the prototype of the Lease6 class API by dropping the cltt positional argument, but I hope there is low risk that users are directly instantiating anything other than IscDhcpLeases.
This also adds a big FIXME questioning the reliability of data submitted with the problem case from #20 :grin:
Coverage increased (+0.005%) to 99.211% when pulling dcbdfe5c1db7c2335d4a2f864fe284e9bd447fda on aaron-sierra:support-ipv4-cltt into 831b8277e8f2900db2446c3b823b03c7af034fb8 on MartijnBraam:master.
Add
cltt
support for IPv4 leases (requested in #31), like it has been for IPv6 leases.This changes the prototype of the
Lease6
class API by dropping thecltt
positional argument, but I hope there is low risk that users are directly instantiating anything other thanIscDhcpLeases
.This also adds a big
FIXME
questioning the reliability of data submitted with the problem case from #20 :grin: