Commit 9fbc8a20 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Proto Forecaster:

- ForecastLinkCapacityReply: Renamed attribute current_capacity_gbps to current_used_capacity_gbps
- ForecastLinkCapacityReply: Renamed attribute forecasted_capacity_gbps to forecast_used_capacity_gbps
parent 012b55e0
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -30,8 +30,8 @@ message ForecastLinkCapacityRequest {
message ForecastLinkCapacityReply {
  context.LinkId link_id                     = 1;
  float          total_capacity_gbps         = 2;
  float          current_capacity_gbps    = 3;
  float          forecasted_capacity_gbps = 4;
  float          current_used_capacity_gbps  = 3;
  float          forecast_used_capacity_gbps = 4;
}

message ForecastTopologyCapacityRequest {