commit | cb20878876aa719146c04f2f52f4a98a87cffa4a | [log] [tgz] |
---|---|---|
author | Shad Ansari <shad@opennetworking.org> | Tue Jul 02 20:53:40 2019 +0000 |
committer | Shad Ansari <shad@opennetworking.org> | Tue Jul 02 20:53:40 2019 +0000 |
tree | 80003af8d7591cefc8db6d215132641be8881f69 | |
parent | 2ae276712aecbc552fe73bff32daf9d7dce7c7d8 [diff] [blame] |
Add stub for GetPonIf Change-Id: I0a40d0ca5271d49e848466994ab4dc59704b3c40
diff --git a/protos/openolt.proto b/protos/openolt.proto index 9fa9566..6be8983 100644 --- a/protos/openolt.proto +++ b/protos/openolt.proto
@@ -103,6 +103,13 @@ }; } + rpc GetPonIf(Interface) returns (IntfIndication) { + option (google.api.http) = { + post: "/v1/GetPonIf" + body: "*" + }; + } + rpc DisablePonIf(Interface) returns (Empty) { option (google.api.http) = { post: "/v1/DisablePonIf"