We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81fd05d commit f8568dfCopy full SHA for f8568df
src/main.go
@@ -249,6 +249,7 @@ func payload(req REQ) string {
249
data = fmt.Sprintf(`{"buildnumber":%d,"smallfixnumber":%d}`,
250
*HostBuildNumber, *HostFixNumber)
251
case 5: // Guest SN
252
+ run_once()
253
data = strings.ToUpper(*GuestSN)
254
case 7: // CPU info
255
data = fmt.Sprintf(`{"cpuinfo":"%s","vcpu_num":%d}`,
@@ -263,6 +264,7 @@ func payload(req REQ) string {
263
264
run_once()
265
data = uuid(host_id())
266
case 13: // Host SN
267
268
data = strings.ToUpper(*HostSN)
269
case 14: // Host MAC
270
data = strings.ToLower(strings.ReplaceAll(*HostMAC, "-", ":"))
0 commit comments