<div dir="ltr"><div><div><div><div>Hi, <br><br></div>I want to modify queue_id in installed flows on a switch periodically by sending a flow_mod message from controller(i.e., controller-to-switch message) I tried it using this way on pox-controller:<br>
<br>def _timer_func ():<br> for connection in core.openflow._connections.values():<br> connection.send(of.ofp_action_nw_tos(port = 1, queue_id = 2))<br><br></div>def launch():<br> from pox.lib.recoco import Timer<br>
Timer(4, _timer_func, recurring=True)<br><br></div>Please tell me if there is a way to modify a value in already existing flow entries on the switch. <br><br></div>Thanks in advance for any hint or help. <br><div><div>
<div>-- <br><div><div>sadia<br></div><div><div><font color="#3366ff"><br></font></div><div><font color="#3366ff"></font> </div>
</div></div></div></div></div></div>