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,