summaryrefslogtreecommitdiffhomepage
path: root/dhcpv6/async
diff options
context:
space:
mode:
Diffstat (limited to 'dhcpv6/async')
-rw-r--r--dhcpv6/async/client_test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/dhcpv6/async/client_test.go b/dhcpv6/async/client_test.go
index a3b076c..9b58112 100644
--- a/dhcpv6/async/client_test.go
+++ b/dhcpv6/async/client_test.go
@@ -26,7 +26,7 @@ func solicit(input string) (*dhcpv6.Message, error) {
Time: dhcpv6.GetTime(),
LinkLayerAddr: mac,
}
- return dhcpv6.NewSolicitWithCID(duid, mac, dhcpv6.WithIAID([4]byte{1, 2, 3, 4}))
+ return dhcpv6.NewSolicitWithCID(duid)
}
// server creates a server which responds with a predefined response