commit | 4ed97f5e678bb35038c22e8b59f3e0afe8691828 | [log] [tgz] |
---|---|---|
author | Maninder <maninder@ciena.com> | Mon Mar 15 10:14:55 2021 +0530 |
committer | Maninder <maninder@ciena.com> | Mon Mar 15 10:16:47 2021 +0530 |
tree | 9ca7d6baeb30ac880ed06c30eb8fb947c3f0f190 | |
parent | 7a0d394a5a462901c139b6d35ae104b9bb317bb6 [diff] |
VOL-3503 Add a device operational state of RECONCILING Change-Id: I90fa70157e583b6bc950fc82c7f86be665d4c8fe
diff --git a/protos/voltha_protos/common.proto b/protos/voltha_protos/common.proto index 25700f9..85d3597 100644 --- a/protos/voltha_protos/common.proto +++ b/protos/voltha_protos/common.proto
@@ -63,6 +63,9 @@ // The device has failed and cannot fulfill its intended role FAILED = 5; + + // The device is reconciling + RECONCILING = 6; } }