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

Proto:

- extended Constraint_SLA_Availability with field availability
parent 5a8124e9
No related branches found
No related tags found
2 merge requests!142Release TeraFlowSDN 2.1,!64Slice Grouping
...@@ -509,6 +509,7 @@ message Constraint_SLA_Capacity { ...@@ -509,6 +509,7 @@ message Constraint_SLA_Capacity {
message Constraint_SLA_Availability { message Constraint_SLA_Availability {
uint32 num_disjoint_paths = 1; uint32 num_disjoint_paths = 1;
bool all_active = 2; bool all_active = 2;
float availability = 3; // 0.0 .. 100.0 percentage of availability
} }
enum IsolationLevelEnum { enum IsolationLevelEnum {
......
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