This group is locked. No changes can be made to the group while it is locked.
Re: [controller-dev] Openflow Protocol Library
Christopher Price <christopher.price@...>
Hi Michal,
Thanks for providing some opinions on the obvious questions. I do think we need to dig a little more into the best architecture for the solution. Not a discussion on the code itself, but how the code fit's together. I don't believe the connections should terminate in the library as we want the library to be a modular component of the solution. I can envision that the plugin should provide a way to feed the library with packets and have the library provide an interpretation of those. If another project or deployer wishes to deploy the ODL controller with a "OF-like" library, or an alternative OF-Library, and swap out the standard one this should be manageable without the need to re-write the plugin. Modularity of the software does not dictate in which repository the software exists in. I am concerned with the alignment of architecture and dependancies existing between the SW components in order to create an easily extensible solution. We should sketch out the plugin/library components as they will exist and then discuss the modularity of software that will realize it. I feel that we have not yet concluded that part of the discussion. / Chris On 8/6/13 1:02 PM, "michal.polkorab@..." <michal.polkorab@...> wrote: Hello, |