<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hello all,</div><div>I am developing an SDN application using Ryu and Mininet. My goal is to develop security module on the top of Ryu controller. Therefore, I need a regular statistics update from the forwarders which are OVS bridges. For this purpose I am using OFPFlowStatsRequest function provided by Ryu parser. Below is the function which I am using:</div><div><img src="cid:ii_jod9xp9y0" alt="image.png" style="margin-right: 0px;" width="566" height="285"><br></div><div>This function runs in separate thread and sends the request every 10 seconds.</div><div>When I use this function with OpenFlow14 everything is fine, the controller receives flow stats from the forwarder. But when I try to trigger this function using OpenFlow15, the following error shows in the controller window:</div><div><div><img src="cid:ii_joda2hr61" alt="image.png" style="margin-right: 0px;" width="953" height="190"><br></div></div><div>I tried to google this issue, searched in the specification and Ryubook but I did not find any solution. Because Ryu doesn&#39;t crash, I suppose that this is OVS-related issue.<br></div><div>The only difference between requests in OF14 and OF15 is the value of the field &#39;type&#39;. In case of OF14 it is 1 and in case of OF15 it is 17. Here is the request before sending (OF15):<br></div><div><div><img src="cid:ii_jodavu422" alt="image.png" style="margin-right: 0px;" width="946" height="63"><br></div></div><div>What can be an issue? How to properly request flow statistics from the OVS forwarders using Ryu and OpenFlow15?</div><div>Versions of the applications:</div><div>Mininet - 2.3.0d4</div><div>Ryu - ryu-manager 4.29</div><div>OVS - ovs_version: &quot;2.9.0&quot;<br></div><div><br></div><div>PortStatsRequest function is working nicely in both OF14 and OF15.<br></div><div><br></div><div><div><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Regards,</div><div dir="ltr"> Jozef Valko.</div></div></div></div></div></div></div></div></div></div></div></div>