From 4d0140902fceae10e307034d6192753ef9763051 Mon Sep 17 00:00:00 2001 From: Evgenii Stratonikov Date: Tue, 20 Sep 2022 13:22:29 +0300 Subject: [PATCH] [#235] netmap: Add a well-known attribute for additional addresses Signed-off-by: Evgenii Stratonikov --- netmap/types.proto | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/netmap/types.proto b/netmap/types.proto index 2be052d..1259a8c 100644 --- a/netmap/types.proto +++ b/netmap/types.proto @@ -202,6 +202,10 @@ message NodeInfo { // Node's continent name according to the [Seven-Continent model] // (https://en.wikipedia.org/wiki/Continent#Number). Calculated // 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 // corresponding section in NeoFS Technical Specification.