mirror of
https://github.com/soypat/lneto.git
synced 2026-08-09 09:23:40 +00:00
dhcp working!
This commit is contained in:
@@ -46,7 +46,7 @@ func expectExchange(t *testing.T, from, to *StackIP, buf []byte) {
|
||||
t.Helper()
|
||||
n, err := from.Encapsulate(buf, 0)
|
||||
if err != nil {
|
||||
t.Error("expectExchange:Handle:", err)
|
||||
t.Error("expectExchange:encapsulate:", err)
|
||||
} else if n == 0 {
|
||||
t.Error("expected data exchange")
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user