From 4f7828a1be3d8b7915689c66fc95791bae662ae6 Mon Sep 17 00:00:00 2001 From: Leonard Lyubich Date: Wed, 10 Feb 2021 12:45:22 +0300 Subject: [PATCH] [#129] netmap: Define Location 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 c1b2357..38170f1 100644 --- a/netmap/types.proto +++ b/netmap/types.proto @@ -162,6 +162,8 @@ message NodeInfo { // format. Calculated automatically from `Locode` attribute // * LocationCode \ // TODO: write description. + // * Location \ + // TODO: write description. // * Region \ // Country's administative subdivision where node is located. Calculated // automatically from `Locode` attribute based on `SubDiv` field. Presented