You've found a bug. The flow_removed event was introduced in OpenFlow 0.9.0 as a replacement for flow_expired. As the master branch of the repository is for OpenFlow 0.8.9, it should still be flow_expired here, but the new name seems to have been accidentally committed along with an unrelated bugfix (commit 82112b7...).
This should get fixed, but for the moment, you can just change the two "removed"s to "expired"s and I think it should be fine. -- Murphy On Wed, 2010-07-14 at 19:00 -0700, Ali Reza Sharafat wrote: > Hi, > I noticed that while there is an event_handler for the flow_removed > event, the code for the event and callback are not there (see > core.py). Am I looking in the wrong places, or is this feature not > supported? > > Thanks, > Ali > > _______________________________________________ > 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