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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ message LinkId {

message LinkAttributes {
  float total_capacity_gbps = 1;
  float current_capacity_gbps = 2;
  float used_capacity_gbps  = 2;
}

message Link {