实现节点自动切换到备用IP

This commit is contained in:
刘祥超
2021-09-13 10:51:09 +08:00
parent 3c8c4e6747
commit 1e41e3b65b
4 changed files with 33 additions and 11 deletions

View File

@@ -16,4 +16,5 @@ message NodeIPAddress {
bool isOn = 9;
bool isUp = 10;
string role = 12;
string backupIP = 13;
}