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