Loading proto/forecaster.proto +4 −4 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
proto/forecaster.proto +4 −4 Original line number Diff line number Diff line Loading @@ -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 { Loading