From a16902baf593a5898fdb22ae4cf53e24636a9b19 Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Fri, 22 Apr 2022 14:58:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8A=82=E7=82=B9=E7=8A=B6=E6=80=81=E4=B8=AD?= =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=9C=AC=E5=9C=B0=E9=98=B2=E7=81=AB=E5=A2=99?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/nodeconfigs/node_status.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/nodeconfigs/node_status.go b/pkg/nodeconfigs/node_status.go index 6aaf9ce..22da434 100644 --- a/pkg/nodeconfigs/node_status.go +++ b/pkg/nodeconfigs/node_status.go @@ -31,7 +31,7 @@ type NodeStatus struct { CacheTotalDiskSize int64 `json:"cacheTotalDiskSize"` CacheTotalMemorySize int64 `json:"cacheTotalMemorySize"` - HasLocalFirewall bool `json:"hasLocalFirewall"` + LocalFirewallName string `json:"localFirewallName"` IsActive bool `json:"isActive"` Error string `json:"error"`