Committed by
Gerrit Code Review
Fix Kryo issues with FlowObjective-based intents
Addresses ONOS-4206. Change-Id: Ia66e2d227c7f68053fbf7f404b76bc411ab2eeb5
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -157,6 +157,7 @@ import org.onosproject.net.flowobjective.Objective; | ... | @@ -157,6 +157,7 @@ import org.onosproject.net.flowobjective.Objective; |
157 | import org.onosproject.net.host.DefaultHostDescription; | 157 | import org.onosproject.net.host.DefaultHostDescription; |
158 | import org.onosproject.net.host.HostDescription; | 158 | import org.onosproject.net.host.HostDescription; |
159 | import org.onosproject.net.intent.ConnectivityIntent; | 159 | import org.onosproject.net.intent.ConnectivityIntent; |
160 | +import org.onosproject.net.intent.FlowObjectiveIntent; | ||
160 | import org.onosproject.net.intent.FlowRuleIntent; | 161 | import org.onosproject.net.intent.FlowRuleIntent; |
161 | import org.onosproject.net.intent.HostToHostIntent; | 162 | import org.onosproject.net.intent.HostToHostIntent; |
162 | import org.onosproject.net.intent.Intent; | 163 | import org.onosproject.net.intent.Intent; |
... | @@ -431,6 +432,7 @@ public final class KryoNamespaces { | ... | @@ -431,6 +432,7 @@ public final class KryoNamespaces { |
431 | OpticalPathIntent.class, | 432 | OpticalPathIntent.class, |
432 | OpticalCircuitIntent.class, | 433 | OpticalCircuitIntent.class, |
433 | OpticalOduIntent.class, | 434 | OpticalOduIntent.class, |
435 | + FlowObjectiveIntent.class, | ||
434 | DiscreteResource.class, | 436 | DiscreteResource.class, |
435 | ContinuousResource.class, | 437 | ContinuousResource.class, |
436 | DiscreteResourceId.class, | 438 | DiscreteResourceId.class, | ... | ... |
-
Please register or login to post a comment