| commit | 62bb7edeb52e1936d73aeccb378042cfa4412082 | [log] [tgz] |
|---|---|---|
| author | Abhilash laxmeshwar <abhilash.laxmeshwar@radisys.com> | Tue Sep 30 12:49:32 2025 +0530 |
| committer | Abhilash laxmeshwar <abhilash.laxmeshwar@radisys.com> | Thu Jan 08 18:54:58 2026 +0530 |
| tree | cac86abb28281418a5202bf33ae216e1802bf18d | |
| parent | e46f98eba9e551e251c0193e33481d7d94ad4c00 [diff] [blame] |
VOL-5476 Proto changes for UpdateDevice for ipaddress Change-Id: Iec4b824b3afcdb57a656736415f3d9368dcddb58 Signed-off-by: Abhilash Laxmeshwar <abhilash.laxmeshwar@radisys.com> Change-Id: I9fe3792e37e69b5189007bf4f3acf83a9be48bf9
diff --git a/protos/voltha_protos/voltha.proto b/protos/voltha_protos/voltha.proto index 9d9abeb..7230113 100755 --- a/protos/voltha_protos/voltha.proto +++ b/protos/voltha_protos/voltha.proto
@@ -638,5 +638,12 @@ }; } + // Update the Device configuration, for now only ip address updation is supported + rpc UpdateDevice(device.UpdateDevice) returns(google.protobuf.Empty) { + option (google.api.http) = { + post: "/api/v1/update_device" + }; + } + }