Thanks Srini. Do you know if there is any way to catch error events in Python? I've looked through core.py and pycomponent.py but I can't seem to find anything.

-Derek

On 12/14/2010 04:19 AM, Srini Seetharaman wrote:
There seems to be Error_event that is thrown. Maybe you can bind a
handler for that. For the details of Error_event, please see
include/error-event.hh

On Fri, Dec 10, 2010 at 12:12 AM, Derek Cormier
<derek.corm...@lab.ntt.co.jp>  wrote:
Hello,

I'm looking for a way to see if adding a flow failed. In the OpenFlow
protocol, it says an ofp_error_msg message is returned. Is there any event I
can register for to catch this? I would also like to catch an error of type
OFPET_FLOW_MOD_FAILED. I'm using a python component.

Thanks!
-Derek

_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org





_______________________________________________
nox-dev mailing list
nox-dev@noxrepo.org
http://noxrepo.org/mailman/listinfo/nox-dev_noxrepo.org

Reply via email to