fix dhcp4d_test.go

This commit is contained in:
Michael Stapelberg 2019-07-20 11:30:52 +02:00
parent 323cc42b8e
commit 975f05d7ac

View File

@ -89,6 +89,7 @@ func testHandler(t *testing.T) (_ *Handler, cleanup func()) {
&net.Interface{
HardwareAddr: net.HardwareAddr([]byte{0x11, 0x22, 0x33, 0x44, 0x55, 0x66}),
},
"lan0",
&noopSink{},
)
if err != nil {