From c4a7bfec1f654b504a6d0a3e68860312ba520f2f Mon Sep 17 00:00:00 2001 From: Stefan Date: Fri, 12 May 2023 07:55:58 +0200 Subject: [PATCH] Bugfixing --- staticDevices.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/staticDevices.go b/staticDevices.go index ec11dbb..c123013 100644 --- a/staticDevices.go +++ b/staticDevices.go @@ -24,8 +24,8 @@ func processGateways() []node { LoadAVG: 0, MemoryUsage: 0, Uptime: time.Now().Format(iso8601), - GatewayNexthop: "00:00:00:00:00", - Gateway: "00:00:00:00:00", + GatewayNexthop: "", + Gateway: "", NodeID: strings.ReplaceAll(d.Devices[i].MAC, ":", ""), MAC: d.Devices[i].MAC, Domain: d.Devices[i].Domain,