Is there an example for using openflowplugin?
Hello
I am wondering if there is an example to how to use openflowplugin APIs. I am trying to build an openflow message from scratch
Thanks
Kavita
Hello
I am wondering if there is an example to how to use openflowplugin APIs. I am trying to build an openflow message from scratch
Thanks
Kavita
This thread is public, all members of ask.opendaylight.org can read this page.
Asked: 2015-05-22 12:32:51 -0800
Seen: 105 times
Last updated: May 22 '15
© 2014 OpenDaylight, A Linux Foundation Collaborative Project. All Rights Reserved.
OpenDaylight is a trademark of The OpenDaylight Project, Inc.
Linux Foundation is a registered trademark of The Linux Foundation.
Linux is a registered trademark of Linus Torvalds.
Please see our brand guidelines, trademark guidelines, terms of service and privacy policy.
@kjain are you able to use openflowplugin API ?
subhash ( 2015-05-26 00:11:51 -0800 )editI am using packetOutBuilder and ActionBuilder APIs. my code compiles successfully. But when I run it, the controller says "Unable to execute command on bundle <number>: The bundle org.opendaylight.controller.pktOut_0.1.0 could not be resolved". Do you think that i am missing some services? I have installed the following ones: odl-openflowjava-all odl-openfloplugin-flow-services Thanks Kavita
kjain ( 2015-05-26 05:15:53 -0800 )edit@kjain, I am facing issue of import conflict, If you are able to successfully deploy your code to ODL, then could you please check my issue for any suggestion https://ask.opendaylight.org/question/3837/error-on-installing-odl-openflowplugin-all-to-sr3-distribution/
subhash ( 2015-05-28 05:58:42 -0800 )editWe might be having the similar issue. Because ODL prints a "Reason" Reason: Missing Constraint: Import-Package: org.opendaylight.yang.gen.v1.urn.opendaylight.openflow.common.action.rev150203.action.grouping; version='[0.6.0,1.0.0)" on second thought, I will double check my version. May be that I am including something of version 0.6.0, but should include rather 1.0.0. Don't know yet! I will be very happy to help you out with your issue, if I would know what it is! Let me try. :) thanks Kavita
kjain ( 2015-05-28 06:11:21 -0800 )edit