commit | b871c507237afbf6829d1c460dfe4d3acf15c45f | [log] [tgz] |
---|---|---|
author | Anjali Thontakudi <anjali.thontakudi@gmail.com> | Wed Jul 03 18:26:12 2019 +0000 |
committer | Anjali Thontakudi <anjali.thontakudi@gmail.com> | Wed Jul 03 21:41:18 2019 +0000 |
tree | 3e1a4fdd28fd18d0de17eddf4213ec298cbedfef | |
parent | 7a70c3fc66ced174a1f15638bfb8b1e836dc55de [diff] [blame] |
View status of individual PON ports Change-Id: I051799fe46828b8eda6db49c9765eb0a697a74be
diff --git a/openolt.proto b/openolt.proto index ddc8f74..12f1db0 100644 --- a/openolt.proto +++ b/openolt.proto
@@ -102,6 +102,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"