main.go aktualisiert
All checks were successful
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped
release-tag / release-image (push) Successful in 2m18s
All checks were successful
build-binaries / build (, arm, 7, linux) (push) Has been skipped
build-binaries / build (, amd64, linux) (push) Has been skipped
build-binaries / build (, arm64, linux) (push) Has been skipped
build-binaries / build (.exe, amd64, windows) (push) Has been skipped
build-binaries / release (push) Has been skipped
release-tag / release-image (push) Successful in 2m18s
This commit is contained in:
2
main.go
2
main.go
@@ -214,7 +214,7 @@ func enabled(k string, def bool) bool {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func DhcpHelperFunc(xHostname string, xDUIDs []string, xIAIDs []uint32) []payloadHelper {
|
func DhcpHelperFunc(xHostname string, xDUIDs []string, xIAIDs []uint32) []payloadHelper {
|
||||||
Ipv4Octets, _ := octetsRaw(defaultIP) // evtl. pageIP nehmen?
|
Ipv4Octets, _ := octetsRaw(pageIP) // evtl. pageIP nehmen?
|
||||||
|
|
||||||
rHostname := []rune(xHostname)
|
rHostname := []rune(xHostname)
|
||||||
if len(rHostname) < 6 { // 2+4
|
if len(rHostname) < 6 { // 2+4
|
||||||
|
|||||||
Reference in New Issue
Block a user