On Wed, 27 Feb 2013 17:30:01 +0800 "can." <[email protected]> wrote:
> As I'm walking through the source code of ryu, I encountered these lines in > fop_handler.py(line 190): > > "OF1.3 doesn't have ports. An application should not depend on them." > > Could some one provide some contexts about the change in openflow > specification? I think I need to get the port information about switches in > my applications(not now, though). In OF1.3, ofp_switch_features message doesn't have 'ports' information. We plan to provide a different way to access 'ports' information for applications. Thanks, ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_feb _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
