diff --git a/internal/dhcp4d/dhcp4d_test.go b/internal/dhcp4d/dhcp4d_test.go index 10df6e3..95cfd0f 100644 --- a/internal/dhcp4d/dhcp4d_test.go +++ b/internal/dhcp4d/dhcp4d_test.go @@ -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 {