Skip to content
Snippets Groups Projects

Resolve "(CTTC) Add OpenFlow support through Ryu SDN controller"

Compare and
45 files
+ 2370
39
Compare changes
  • Side-by-side
  • Inline
Files
45
+ 1
0
@@ -231,6 +231,7 @@ enum DeviceDriverEnum {
@@ -231,6 +231,7 @@ enum DeviceDriverEnum {
DEVICEDRIVER_NCE = 15;
DEVICEDRIVER_NCE = 15;
DEVICEDRIVER_SMARTNIC = 16;
DEVICEDRIVER_SMARTNIC = 16;
DEVICEDRIVER_MORPHEUS = 17;
DEVICEDRIVER_MORPHEUS = 17;
 
DEVICEDRIVER_RYU = 18;
}
}
enum DeviceOperationalStatusEnum {
enum DeviceOperationalStatusEnum {
Loading