设备使用的注册网卡信息变化时,更新设备信息

This commit is contained in:
panlinlin
2024-06-13 23:40:32 +08:00
parent 317c5455c6
commit 70e6d919e9
2 changed files with 3 additions and 2 deletions

View File

@@ -60,7 +60,7 @@ public class SipLayer implements CommandLineRunner {
if (nif.getName().startsWith("docker")) {
continue;
}
logger.error("[自动配置SIP监听网卡] 网卡接口地址: {}", addr.getHostAddress());// 只关心 IPv4 地址
logger.info("[自动配置SIP监听网卡] 网卡接口地址: {}", addr.getHostAddress());// 只关心 IPv4 地址
monitorIps.add(addr.getHostAddress());
}
}