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