forked from TrueCloudLab/frostfs-api
[#235] netmap: Add a well-known attribute for additional addresses
Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
This commit is contained in:
parent
b4cdca989f
commit
4d0140902f
1 changed files with 4 additions and 0 deletions
|
@ -202,6 +202,10 @@ message NodeInfo {
|
||||||
// Node's continent name according to the [Seven-Continent model]
|
// Node's continent name according to the [Seven-Continent model]
|
||||||
// (https://en.wikipedia.org/wiki/Continent#Number). Calculated
|
// (https://en.wikipedia.org/wiki/Continent#Number). Calculated
|
||||||
// automatically from `UN-LOCODE` attribute.
|
// automatically from `UN-LOCODE` attribute.
|
||||||
|
// * ExternalAddr
|
||||||
|
// Node's preferred way for communications with external clients.
|
||||||
|
// Clients SHOULD use these addresses if possible.
|
||||||
|
// Must contain a comma-separated list of multi-addresses.
|
||||||
//
|
//
|
||||||
// For detailed description of each well-known attribute please see the
|
// For detailed description of each well-known attribute please see the
|
||||||
// corresponding section in NeoFS Technical Specification.
|
// corresponding section in NeoFS Technical Specification.
|
||||||
|
|
Loading…
Reference in a new issue