On Fri, Jul 13, 2012 at 5:00 AM, FUJITA Tomonori <[email protected]> wrote: > As Simon mentioned, I was thinking about adding a feature that > enable applications to specifiy OF versions.
I agree with Simon. That would be the only way to support application-specified OF version. But then I believe all apps would opt for OF1.0, because if an application specifies its highest supported version as 1.2, it needs to write the code to support different versions of OF. So, basically the App would end-up implementing that complicated unified API. > Yeah. Ryu supports multiple OF versions so you can do experiments to > get a clear idea about "a proper" API. :) Yes, it's really complicated :) On top of that some actions may have different logics and that would be very difficult to unify. It might be easier to force apps to use the highest OF version, and writing a converter from say 1.3 to 1.2, 1.1, and 1.0. And throw up an error, if there is an unsupported feature in the older version. Thanks, Soheil ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ryu-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ryu-devel
