[#160] netmap: Provide the ability to announce multiple addresses
Make `address` field of `netmap.NodeInfo` message repeated (with corresponding renaming). Signed-off-by: Leonard Lyubich <leonard@nspcc.ru>
This commit is contained in:
parent
030c59ccba
commit
6846e300e7
2 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ message NodeInfo {
|
|||
bytes public_key = 1 [json_name = "publicKey"];
|
||||
|
||||
// Ways to connect to a node
|
||||
string address = 2 [json_name = "address"];
|
||||
repeated string addresses = 2 [json_name = "addresses"];
|
||||
|
||||
// Administrator-defined Attributes of the NeoFS Storage Node.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue