draft DHCP allocator abstraction

This commit is contained in:
Patricio Whittingslow
2026-06-20 18:20:18 -03:00
parent 8f9d765cb0
commit b46b4c7bc5
10 changed files with 770 additions and 177 deletions
+2 -2
View File
@@ -239,9 +239,9 @@ func TestServerOfferContainsOptions(t *testing.T) {
foundLease = true
gotLease = maybeU32(data)
}
case OptRenewTimeValue:
case OptT1Renewal:
gotRenew = maybeU32(data)
case OptRebindingTimeValue:
case OptT2Rebinding:
gotRebind = maybeU32(data)
}
return nil