Committed by
Gerrit Code Review
Add MplsBosCriterion into KryoNamespaces
Change-Id: I7053d616f596be684dbaeaafa3ad9d1a116d622a
Showing
1 changed file
with
2 additions
and
0 deletions
... | @@ -117,6 +117,7 @@ import org.onosproject.net.flow.criteria.Icmpv6TypeCriterion; | ... | @@ -117,6 +117,7 @@ import org.onosproject.net.flow.criteria.Icmpv6TypeCriterion; |
117 | import org.onosproject.net.flow.criteria.IndexedLambdaCriterion; | 117 | import org.onosproject.net.flow.criteria.IndexedLambdaCriterion; |
118 | import org.onosproject.net.flow.criteria.LambdaCriterion; | 118 | import org.onosproject.net.flow.criteria.LambdaCriterion; |
119 | import org.onosproject.net.flow.criteria.MetadataCriterion; | 119 | import org.onosproject.net.flow.criteria.MetadataCriterion; |
120 | +import org.onosproject.net.flow.criteria.MplsBosCriterion; | ||
120 | import org.onosproject.net.flow.criteria.MplsCriterion; | 121 | import org.onosproject.net.flow.criteria.MplsCriterion; |
121 | import org.onosproject.net.flow.criteria.OchSignalCriterion; | 122 | import org.onosproject.net.flow.criteria.OchSignalCriterion; |
122 | import org.onosproject.net.flow.criteria.OchSignalTypeCriterion; | 123 | import org.onosproject.net.flow.criteria.OchSignalTypeCriterion; |
... | @@ -337,6 +338,7 @@ public final class KryoNamespaces { | ... | @@ -337,6 +338,7 @@ public final class KryoNamespaces { |
337 | IPv6NDTargetAddressCriterion.class, | 338 | IPv6NDTargetAddressCriterion.class, |
338 | IPv6NDLinkLayerAddressCriterion.class, | 339 | IPv6NDLinkLayerAddressCriterion.class, |
339 | MplsCriterion.class, | 340 | MplsCriterion.class, |
341 | + MplsBosCriterion.class, | ||
340 | TunnelIdCriterion.class, | 342 | TunnelIdCriterion.class, |
341 | IPv6ExthdrFlagsCriterion.class, | 343 | IPv6ExthdrFlagsCriterion.class, |
342 | LambdaCriterion.class, | 344 | LambdaCriterion.class, | ... | ... |
-
Please register or login to post a comment