On Wed, 25 Apr 2018 14:44:18 +0900, knet solutions wrote: > Just want to know more about, how the "packet in" messages are handled by > RYU controller. > I mean, code / file name. And some docs to understand that.
ryu/app/simple_switch*.py implement packet-in handlers. EventOFPPacketIn is dynamically defined in ryu/controller/ofp_event.py, and documented in doc/source/ryu_app_api.rst. -- IWAMOTO Toshihiro ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
