add an error (non fatal) when a lighthouse host has no static entry
This commit is contained in:
5
main.go
5
main.go
@ -236,6 +236,11 @@ func Main(configPath string, configTest bool, buildVersion string) {
|
||||
}
|
||||
}
|
||||
|
||||
_, err = lightHouse.ValidateLHStaticEntries()
|
||||
if err != nil {
|
||||
l.Error(err)
|
||||
}
|
||||
|
||||
handshakeManager := NewHandshakeManager(tunCidr, preferredRanges, hostMap, lightHouse, udpServer)
|
||||
|
||||
//TODO: These will be reused for psk
|
||||
|
Reference in New Issue
Block a user