mirror of
https://github.com/soypat/lneto.git
synced 2026-09-10 16:49:37 +00:00
draft DHCP allocator abstraction
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user