commit | 997432d54cb73c1f7dfde54c9ca7e3bde26ae824 | [log] [tgz] |
---|---|---|
author | Girish Gowdra <girish@opennetworking.org> | Thu Mar 10 15:59:33 2022 -0800 |
committer | Girish Gowdra <girish@opennetworking.org> | Fri Mar 11 11:53:44 2022 -0800 |
tree | 2ae67d71ff75cd9ee2d18004100749b96367fff5 | |
parent | 91f86191d992962995ae81bf6fb89e366bfffa6f [diff] [blame] |
VOL-4640: Changes to DMI interface to support Combo PON functionality Change-Id: Ia80843d350e07ad6afe6b42a9da105f3be82706b
diff --git a/protos/dmi/hw_management_service.proto b/protos/dmi/hw_management_service.proto index 7b24925..e98a0be 100644 --- a/protos/dmi/hw_management_service.proto +++ b/protos/dmi/hw_management_service.proto
@@ -64,6 +64,7 @@ INVALID_PARAMS = 3; INTERNAL_ERROR = 4; DEVICE_UNREACHABLE = 5; + SET_UNSUPPORTED = 6; } Status status = 1; Reason reason = 2;