From 854281608e0049d98aa12a240b8d57daccb80bd8 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Wed, 10 Feb 2021 12:49:17 +0300 Subject: [PATCH] [#129] netmap: Define Continent node attribute Signed-off-by: Leonard Lyubich --- netmap/types.proto | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netmap/types.proto b/netmap/types.proto index 4398546..c7220ad 100644 --- a/netmap/types.proto +++ b/netmap/types.proto @@ -168,6 +168,8 @@ message NodeInfo { // TODO: write description. // * SubDiv \ // TODO: write description. + // * Continent \ + // TODO: write description. // * Region \ // Country's administative subdivision where node is located. Calculated // automatically from `Locode` attribute based on `SubDiv` field. Presented