diff --git a/netmap/types.proto b/netmap/types.proto index e625c2d..2be052d 100644 --- a/netmap/types.proto +++ b/netmap/types.proto @@ -232,6 +232,9 @@ message NodeInfo { // Network unavailable state OFFLINE = 2; + + // Maintenance state + MAINTENANCE = 3; } // Carries state of the NeoFS node