Add multiple IP prefixes support to ProtoBuf schema

This commit is contained in:
Csaba Sarkadi 2022-01-16 14:16:00 +01:00
parent 7ec8346179
commit 8b40343277

View file

@ -18,7 +18,7 @@ message Machine {
string machine_key = 2;
string node_key = 3;
string disco_key = 4;
string ip_address = 5;
repeated string ip_addresses = 5;
string name = 6;
Namespace namespace = 7;