mirror of
https://github.com/opennetworkinglab/onos.git
synced 2025-10-22 21:01:00 +02:00
Fix exception for optical port descriptions (ONOS-1908)
Change-Id: I8868bf3c9c36bb731171cd64623d0f86a56f1299
This commit is contained in:
parent
7cdf3f1ba9
commit
01cb1a90d6
@ -70,6 +70,9 @@ import org.onosproject.net.Port;
|
||||
import org.onosproject.net.PortNumber;
|
||||
import org.onosproject.net.device.DefaultDeviceDescription;
|
||||
import org.onosproject.net.device.DefaultPortDescription;
|
||||
import org.onosproject.net.device.OchPortDescription;
|
||||
import org.onosproject.net.device.OduCltPortDescription;
|
||||
import org.onosproject.net.device.OmsPortDescription;
|
||||
import org.onosproject.net.flow.CompletedBatchOperation;
|
||||
import org.onosproject.net.flow.DefaultFlowEntry;
|
||||
import org.onosproject.net.flow.DefaultFlowRule;
|
||||
@ -401,6 +404,9 @@ public final class KryoNamespaces {
|
||||
.register(OduCltPort.SignalType.class)
|
||||
.register(IndexedLambda.class)
|
||||
.register(OchSignal.class)
|
||||
.register(OduCltPortDescription.class)
|
||||
.register(OchPortDescription.class)
|
||||
.register(OmsPortDescription.class)
|
||||
.register(
|
||||
MplsIntent.class,
|
||||
MplsPathIntent.class,
|
||||
|
Loading…
x
Reference in New Issue
Block a user