Re: [openflowplugin-dev] flow removal

2019-10-22 Thread M. Ranganathan
ve but you'll have to sift through it to find the appropriate pieces. If you are looking for textbook style code snippets, they are going to be hard to find. Hope this helps: https://github.com/usnistgov/nist-mud/tree/master/sdnmud-aggregator/impl/src/main/java/gov/nist/antd/sdnmud/impl Ranga -- M. R

Re: [openflowplugin-dev] How to get flow stats from a java application?

2019-05-13 Thread M. Ranganathan
ght.controller.sal-distributed-datastore:1.6.1] > at > org.opendaylight.controller.cluster.datastore.ShardDataTree.processNextPending(ShardDataTree.java:769)[222:org.opendaylight.controller.sal-distributed-datastore:1.6.1] > > I am stuck. Any help would be appreciated. Thank you. > > Rang

[openflowplugin-dev] How to get flow stats from a java application?

2019-05-13 Thread M. Ranganathan
:org.opendaylight.controller.sal-distributed-datastore:1.6.1] at org.opendaylight.controller.cluster.datastore.ShardDataTree.processNextPending(ShardDataTree.java:769)[222:org.opendaylight.controller.sal-distributed-datastore:1.6.1] I am stuck. Any help would be appreciated. Thank you. Ranga -- M

[openflowplugin-dev] Fwd: Listing all flows at a node from an openflow Java Application.

2019-05-04 Thread M. Ranganathan
would be appreciated. Thank you in advance. Regards, Ranga -- M. Ranganathan -- M. Ranganathan ___ openflowplugin-dev mailing list openflowplugin-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev

[openflowplugin-dev] No Packets seen at controller.

2018-08-06 Thread M. Ranganathan
listener is not getting called). Is there any new configuration parameter I need to set so that the packets will be sent to the application ? Thank you, Ranga -- M. Ranganathan ___ openflowplugin-dev mailing list openflowplugin-dev@lists.opendaylight.org

Re: [openflowplugin-dev] Updated to 0.6.2 but nobody listening on port 6653 !

2018-08-05 Thread M. Ranganathan
this). I am still learning about the system ( page faulting the gaps in my knowledge in -- a very painful process ) so please excuse the ignorance. Thank you for your help. On Sun, Aug 5, 2018 at 8:08 AM, M. Ranganathan wrote: > No evidence found in that file for openflow being started

Re: [openflowplugin-dev] Updated to 0.6.2 but nobody listening on port 6653 !

2018-08-05 Thread M. Ranganathan
, 2018 at 11:30 PM, Luis Gomez wrote: > Not sure which distribution you are using but you can check > etc/org.apache.karaf.features.cfg to see what is being installed when you > start it. > > On Aug 4, 2018, at 7:06 PM, M. Ranganathan wrote: > > Still no luck. Here is my list

Re: [openflowplugin-dev] Updated to 0.6.2 but nobody listening on port 6653 !

2018-08-04 Thread M. Ranganathan
odl-openflowplugin-southbound > xml > features > > > BR/Luis > > > On Aug 4, 2018, at 3:41 PM, M. Ranganathan wrote: > > > > > > -- M. Ranganathan ___ openflowplugin-dev mailin

Re: [openflowplugin-dev] Updated to 0.6.2 but nobody listening on port 6653 !

2018-08-04 Thread M. Ranganathan
> > On Aug 4, 2018, at 12:54 PM, M. Ranganathan wrote: > > Here are my version settings in my pom.xml file: > > > OpenDaylight :: baseapp :: Impl [Karaf Feature] > > 0.12.2 > 1.7.2 > 1.7.2 > 0.7.2 > 0.7.2 >

Re: [openflowplugin-dev] Updated to 0.6.2 but nobody listening on port 6653 !

2018-08-04 Thread M. Ranganathan
.getRpcService(Unknown Source) ~[?:?] at org.opendaylight.controller.blueprint.ext.AbstractInvokableServiceMetadata.create(AbstractInvokableSe Something tells me there's a version mismatch but what? Thanks, Ranga On Sat, Aug 4, 2018 at 3:19 PM, M. Ranganathan wrote: > Hello, > > I

[openflowplugin-dev] Updated to 0.6.2 but nobody listening on port 6653 !

2018-08-04 Thread M. Ranganathan
that this same application was running fine under Nitrogen. I'd be glad to attach Karaf logs if anybody could help. Thank you in advance. Ranga -- M. Ranganathan ___ openflowplugin-dev mailing list openflowplugin-dev@lists.opendaylight.org https

Re: [openflowplugin-dev] Sending flow to switch but NOT the config database?

2018-07-16 Thread M. Ranganathan
uot;1" > } > } > ] > } > } > ] > }, > "idle-timeout": 0, > "match": { > "ipv4-destination": "10.0.10.0/24", >

[openflowplugin-dev] Sending flow to switch but NOT the config database?

2018-07-12 Thread M. Ranganathan
, Ranga -- M. Ranganathan ___ openflowplugin-dev mailing list openflowplugin-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev

[openflowplugin-dev] OpenFlow 1.5 support

2018-07-12 Thread M. Ranganathan
Hello, I am interested in certain features of openflow 1.5 - in particular TCP flags matching. Does opendaylight openflow plugin support Openflow 1.5 and if so what version ? Thank you, Ranga -- M. Ranganathan ___ openflowplugin-dev mailing list

[openflowplugin-dev] Efficiently re-installing flows in a switch

2018-04-15 Thread M. Ranganathan
and there is a more efficient way to do this? Thanks, Ranga -- M. Ranganathan ___ openflowplugin-dev mailing list openflowplugin-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev

Re: [openflowplugin-dev] How to match on VLAN

2018-04-14 Thread M. Ranganathan
/channel/UC9uUWABdPR0Je9Du_15FCkw> > > > > ___ > openflowplugin-dev mailing list > openflowplugin-dev@lists.opendaylight.org > https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev > > -- M

Re: [openflowplugin-dev] Convert a Flow object into a command line string

2018-04-12 Thread M. Ranganathan
teresting idea. The other direction seems to work fairly mechanically. I can take a JSON object and mechanically map it to Java code. Once the flow is Pushed from your Java application, you can also retrieve it as a JSON object from MDSAL. Ranga -- M. Ranganathan ___ openflowplugin-dev mailing list openflowplugin-dev@lists.opendaylight.org https://lists.opendaylight.org/mailman/listinfo/openflowplugin-dev

Re: [openflowplugin-dev] [mdsal-dev] Possible MDSAL issue -- how to debug?

2017-12-10 Thread M. Ranganathan
uses ordered; > uses action; > } > } > > > On Dec 8, 2017, at 6:43 PM, M. Ranganathan <mra...@gmail.com> wrote: > > Hi Anil, > > The push vlan is working fine. It does not work when I have a push and a > goto instruction. >

Re: [openflowplugin-dev] [mdsal-dev] Possible MDSAL issue -- how to debug?

2017-12-08 Thread M. Ranganathan
that you are writing to the datastore? > Because i tried to push the PUSH_VLAN flow that you mentioned above and i > was able to push the flow successfully and i see the same data in the > config data store when i fetched it back. > > On Wed, Dec 6, 2017 at 8:27 AM, M. Ranganathan

[openflowplugin-dev] How to report issues?

2017-12-07 Thread M. Ranganathan
Hello devs. I want to report a bug in the openflow southbound plugin along with a test case. Is there a JIRA for openflow plugin where I can do this? I am willing to pitch in to try to fix bugs. Thank you for your work. Regards, Ranga -- M. Ranganathan “If debugging is the process

Re: [openflowplugin-dev] [mdsal-dev] Possible MDSAL issue -- how to debug?

2017-12-06 Thread M. Ranganathan
and sorry for the number of mails on this. On Wed, Dec 6, 2017 at 11:16 AM, Tom Pantelis <tompante...@gmail.com> wrote: > > > On Wed, Dec 6, 2017 at 10:46 AM, M. Ranganathan <mra...@gmail.com> wrote: > >> Hi Ryan, >> >> Thanks for forwarding but what is puzz

Re: [openflowplugin-dev] [mdsal-dev] Possible MDSAL issue -- how to debug?

2017-12-06 Thread M. Ranganathan
t; > On Wed, Dec 6, 2017 at 10:40 AM, M. Ranganathan <mra...@gmail.com> wrote: > >> What is interesting is that a PUSH and output WITHOUT the GOTO does >> appear. Why does the GOTO cause the problem? >> >> Clearly this is a legal flow -- I can construct it with ovs-ofc

Re: [openflowplugin-dev] VLAN strip action is not appearing in the flow

2017-12-03 Thread M. Ranganathan
I was able to get this to work using a pop vlan tag instruction. I wonder why strip vlan tag does not work. Oh well... On Sun, Dec 3, 2017 at 11:52 AM, M. Ranganathan <mra...@gmail.com> wrote: > Hello experts, > > I am using the Carbon-4.2 version of the openflow plugin.

[openflowplugin-dev] match on metadata + Push vlan + output + goto table in one flow.

2017-12-03 Thread M. Ranganathan
ot;metadata": 1379878762 } }, "priority": 35, "table_id": 2 } -- M. Ranganathan “If debugging is the process of removing software bugs, the

[openflowplugin-dev] VLAN strip action is not appearing in the flow

2017-12-03 Thread M. Ranganathan
Key(flowId)) .setCookie(flowCookie).setInstructions(insb.build()) .setPriority(35).setBufferId(OFConstants.ANY) .setHardTimeout(0).setIdleTimeout(0).setFlags(new FlowModFlags(false, false, false, false, false)); -- M. R