Hi Jozef, Thanks for your fast response! On NIC project we have an OpenFlow renderer to create basic firewall rules, ARP reply and others. Here's <https://github.com/opendaylight/nic/blob/master/of-renderer/src/main/java/org/opendaylight/nic/of/renderer/impl/ArpFlowManager.java> an example of 'FlowBuilder' for ARP flows, and here's <https://github.com/opendaylight/nic/blob/master/of-renderer/src/main/java/org/opendaylight/nic/of/renderer/impl/AbstractFlowManager.java> the implementation of 'writeDataTransaction()'.
My question is: Something has changed at 'FlowBuilder' creation, after 'Be' release? We need fill some new 'FlowBuilder' field, or change something at 'writeDataTransaction()' method? At this current implementation something is wrong and the OF rule isn't generated. Please, let me know if you need more info. Thanks in advance, On Mon, Nov 21, 2016 at 1:57 PM, Jozef Bacigál <[email protected]> wrote: > Hi Yrineu, > > > > can you provide more information what are you doing or trying to do. You > question is too generic so maybe more information would help us to identify > the problem you get and find together the best solution. > > > > Jozef > > > > *From:* Yrineu Rodrigues [mailto:[email protected]] > *Sent:* Monday, November 21, 2016 2:51 AM > *To:* [email protected] > *Cc:* [email protected] > *Subject:* [openflowplugin-dev] ODL: NIC - Issues to create basic > OpenFlow rules using OF Plugin > > > > Hi OpenFlow Plugin team, > > > > The NIC project is facing some issues when we try to create basic flows > rules using the version "0.4.0-SNAPSHOT", please, can someone help us to > understand the changes since Berillyum? > > Maybe some example to create a "FlowBuilder" applying the Boron/Carbon > changes would be helpful. > > > > Thanks in advance, > > -- > > Yrineu Rodrigues > > Software Engineer > > *SERRO* | www.serro.com > > JozefBacigál > > Software Engineer > > > Sídlo / Mlynské Nivy 56 / 821 05 Bratislava / Slovakia > R&D centrum / Janka Kráľa 9 / 974 01 Banská Bystrica / Slovakia > +421 908 766 972 / [email protected] > reception: +421 2 206 65 114 / www.pantheon.sk > > [image: logo] > > > -- Yrineu Rodrigues Software Engineer *SERRO* | www.serro.com
_______________________________________________ openflowplugin-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev
