Skip to content

Commit

Permalink
fix(coresmd): terminate after BSS URL set
Browse files Browse the repository at this point in the history
  • Loading branch information
synackd committed Oct 23, 2024
1 parent a0b596d commit 8e1c6b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coresmd/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ func Handler4(req, resp *dhcpv4.DHCPv4) (*dhcpv4.DHCPv4, bool) {
bssURL := bootScriptBaseURL.JoinPath("/boot/v1/bootscript")
bssURL.RawQuery = fmt.Sprintf("mac=%s", hwAddr)
resp.Options.Update(dhcpv4.OptBootFileName(bssURL.String()))
terminate = false
terminate = true
}

debug.DebugResponse(log, resp)
Expand Down

0 comments on commit 8e1c6b4

Please sign in to comment.