gofmt: ran gofmt because noticed weird diffs in last commit, seemed OK though

This commit is contained in:
Patricio Whittingslow
2026-02-28 17:47:11 -03:00
parent f6e7801d8c
commit 02b4e71c2a
8 changed files with 19 additions and 21 deletions
+2 -2
View File
@@ -259,8 +259,8 @@ func (d *dhcpInterceptor) buildARPReply(request []byte) {
// ARP reply.
afrm, _ := arp.NewFrame(buf[sizeEthernet:])
afrm.SetHardware(1, 6) // Ethernet, 6-byte addresses
afrm.SetProtocol(ethernet.TypeIPv4, 4) // IPv4, 4-byte addresses
afrm.SetHardware(1, 6) // Ethernet, 6-byte addresses
afrm.SetProtocol(ethernet.TypeIPv4, 4) // IPv4, 4-byte addresses
afrm.SetOperation(arp.OpReply)
replySndrHW, replySndrIP := afrm.Sender4()
*replySndrHW = d.svMAC