Details
-
Bug
-
Status: Resolved
-
Resolution: Done
-
None
-
None
-
None
-
None
-
Operating System: All
Platform: All
-
4504
-
Normal
Description
YIN generated from openflow-protocol module is incomplete. See attachment.
How to reproduce:
- running controller
- installed odl-openflowjava-protocol, odl-restonf features
- get http://controllerIP:8181/restconf/modules/module/openflow-protocol/2013-07-31/schema
- result is incomplete XML
End of XML looks like:
<notification name="error-message">
<status value="current"></status>
<reference>
<text>OFPT_ERROR message in Openflow Switch 1.3 Spec</text>
</reference>
<uses name="error"></uses>
Other openflow-* YIN are generated fine, but openflow-protocol is fairly big, so maybe that's the issue.