This group is locked. No changes can be made to the group while it is locked.
Re: How to acquire a SwitchConnectionProvider instance
Michal Rehak -X (mirehak - PANTHEON TECHNOLOGIES@Cisco) <mirehak@...>
Hi Arthur, wiring between nicira extension is defined here: <openFlowPlugin>/extension/openflowplugin-extension-nicira-config/src/main/resources/initial/43-openflowjava-nx-config.xml
There are ofJava and ofPlugin parts. OfJava consists of 2 modules (1 service, 1 module using this service) and ofPlugin is 1 module.
Regards, Michal
From: openflowjava-dev-bounces@... <openflowjava-dev-bounces@...> on behalf of Arthur Castonguay <arthur@...>
Sent: Tuesday, October 6, 2015 16:23 To: openflowjava-dev@... Subject: [openflowjava-dev] How to acquire a SwitchConnectionProvider instance Hey all,
Looking to add a custom serializer/deserializer. I've managed to get that code done by following a page in the wiki:
https://wiki.opendaylight.org/view/Openflow_Protocol_Library:Openflow_Protocol_Library's_extensibility:Basic_Principle_%26_Example.
One of the last paragraphs mentions the methods to call but completely ignores how to get a handle to one of these switch connection provider instances. I've been digging around to no avail. Any
guidance on this would be appreciated.
/a
|