Skip to content
Snippets Groups Projects
Commit 012b55e0 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Proto Context:

- LinkAttributes: Renamed attribute current_capacity_gbps to used_capacity_gbps
parent 7bb775e0
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!160Resolve "(CTTC) Forecaster component"
......@@ -237,8 +237,8 @@ message LinkId {
}
message LinkAttributes {
float total_capacity_gbps = 1;
float current_capacity_gbps = 2;
float total_capacity_gbps = 1;
float used_capacity_gbps = 2;
}
message Link {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment