From e17af95f096bd0658196842d9de50cf3d9f710af Mon Sep 17 00:00:00 2001 From: luorijun Date: Thu, 5 Mar 2026 15:41:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A5=E5=BF=97=E8=A1=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- actions/update.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/actions/update.go b/actions/update.go index 4935785..88526a6 100644 --- a/actions/update.go +++ b/actions/update.go @@ -150,6 +150,8 @@ func update(tx *gorm.DB, arg UpdateArgs) error { Gateway: gateway.Macaddr, OldEdge: config.EdgeMac, NewEdge: edge.Macaddr, + Network: config.Network, + Info: edge.Public, }) } }