no dhcp request on zeroed address (#33)

This commit is contained in:
Pat Whittingslow
2026-02-05 22:18:27 +01:00
committed by GitHub
parent fba97c990a
commit 199d978c99
2 changed files with 2 additions and 6 deletions
-5
View File
@@ -564,8 +564,3 @@ func addr4(addr [4]byte, ok bool) netip.Addr {
}
return netip.AddrFrom4(addr)
}
func hash(b []byte) uint16 {
var csum lneto.CRC791
return csum.PayloadSum16(b)
}