Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
Operating System: Linux
Platform: PC
-
1103
Description
Different connector count can be seen in the ODL GUI when using mininet OF10 and mininet OF13. The reason could be the different internal switch connector type learned by the AD-SAL switch manager.
For the same mininet topology:
Using OF13 simulation, the internal switch connector is type SW and does not show in GUI:
GET http://localhost:8080/controller/nb/v2/switchmanager/default/node/MD_SAL/openflow:1
{
"properties": {
"name":
,
"state":
,
"config":
},
"nodeconnector": {
"node":
,
"id": "0",
"type": "SW"
}
},
Using OF10 simulation, the internal switch connector is type MD_SAL and shows in GUI:
"properties": {
"name":
,
"state":
,
"config":
},
"nodeconnector": {
"node":
,
"id": "openflow:1:65534",
"type": "MD_SAL"
}
},
IMO the OF10 is the wrong behavior as the switch itself should not appear as a connector.
BR/Luis
Attachments
Issue Links
- is blocked by
-
OPNFLWPLUG-121 Reserve ports should be logical ports
- Resolved