commit | 540a0b97a4324f7189b2d86ac2681983e83e5240 | [log] [tgz] |
---|---|---|
author | Abhilash Laxmeshwar <abhilash.laxmeshwar@radisys.com> | Mon Jun 13 11:24:06 2022 +0530 |
committer | Abhilash Laxmeshwar <abhilash.laxmeshwar@radisys.com> | Mon Jun 13 21:36:29 2022 +0530 |
tree | b2e850bc8a7b8c18922ae507ad62b3f782d03824 | |
parent | 34ff0c4e7a146d0e257191844d73d0aa22c9329d [diff] [blame] |
Changes to handle redesign of olt reconnect/reboot Change-Id: I4d75615465f689b5a84676b4fd849579168feb1e
diff --git a/protos/voltha_protos/common.proto b/protos/voltha_protos/common.proto index f7efff6..7ff3229 100755 --- a/protos/voltha_protos/common.proto +++ b/protos/voltha_protos/common.proto
@@ -81,6 +81,9 @@ // The device is in reconciling failed RECONCILING_FAILED = 7; + + // The device has rebooted + REBOOTED = 8; } }