commit | 6a39cea93238ed03813be1218c14695fd8293a98 | [log] [tgz] |
---|---|---|
author | alessio <alessio.giorgetti@gmail.com> | Fri Oct 30 17:01:07 2020 +0100 |
committer | Pier Luigi Ventre <pier@opennetworking.org> | Fri Oct 30 16:20:26 2020 +0000 |
tree | b0ef67a8d13b54736a6afb4fc89a991ec980c141 | |
parent | b19bc6298a394d69f94725437ec142f3d9e5626e [diff] |
Fix the default policy for optLabelSelection policy. Change-Id: Idb21da21104708ab36a8d390617cf2f70904b652
diff --git a/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/IntentConfigurableRegistrator.java b/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/IntentConfigurableRegistrator.java index 97dd992..5788dd8 100644 --- a/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/IntentConfigurableRegistrator.java +++ b/core/net/src/main/java/org/onosproject/net/intent/impl/compiler/IntentConfigurableRegistrator.java
@@ -56,7 +56,7 @@ property = { ICR_USE_FLOW_OBJECTIVES + ":Boolean=" + ICR_USE_FLOW_OBJECTIVES_DEFAULT, ICR_LABEL_SELECTION + "=" + ICR_LABEL_SELECTION_DEFAULT, - ICR_OPT_LABEL_SELECTION + "=" + ICR_LABEL_SELECTION_DEFAULT, + ICR_OPT_LABEL_SELECTION + "=" + ICR_OPT_LABEL_SELECTION_DEFAULT, ICR_FLOW_OPTIMIZATION + ":Boolean=" + ICR_FLOW_OPTIMIZATION_DEFAULT, ICR_COPY_TTL + ":Boolean=" + ICR_COPY_TTL_DEFAULT }