Remove ip address reporting feature
Bug: 373533555
Test: run terminal
Change-Id: I924b80737abd686f620377f32f3400a2954b62ff
diff --git a/libs/debian_service/proto/DebianService.proto b/libs/debian_service/proto/DebianService.proto
index 739f0ac..60f20d4 100644
--- a/libs/debian_service/proto/DebianService.proto
+++ b/libs/debian_service/proto/DebianService.proto
@@ -23,7 +23,6 @@
service DebianService {
rpc ReportVmActivePorts (ReportVmActivePortsRequest) returns (ReportVmActivePortsResponse) {}
- rpc ReportVmIpAddr (IpAddr) returns (ReportVmIpAddrResponse) {}
rpc OpenForwardingRequestQueue (QueueOpeningRequest) returns (stream ForwardingRequestItem) {}
rpc OpenShutdownRequestQueue (ShutdownQueueOpeningRequest) returns (stream ShutdownRequestItem) {}
}
@@ -32,14 +31,6 @@
int32 cid = 1;
}
-message IpAddr {
- string addr = 1;
-}
-
-message ReportVmIpAddrResponse {
- bool success = 1;
-}
-
message ReportVmActivePortsRequest {
repeated int32 ports = 1;
}
@@ -55,4 +46,4 @@
message ShutdownQueueOpeningRequest {}
-message ShutdownRequestItem {}
\ No newline at end of file
+message ShutdownRequestItem {}