Re: [Ryu-devel] How to pass a list of values in a match field

2016-12-19 Thread Alan Deikman
> On Dec 13, 2016, at 5:38 PM, Iwase Yusuke wrote: > > With "_ordered_fields" argument, you can specifies "_fields2" member directly, > and you can set the same filed multiple times. This worked, thank you. --------

[Ryu-devel] How to pass a list of values in a match field

2016-12-13 Thread Alan Deikman
seem prepared to handle that either. Can anyone suggest a way of implementing this? Note: although not exactly condoned by the OF specification, the multiple instances of an OXM type in a match term is allowed by Section 7.2.3.6 of the OF 1.5 specification. Alan

Re: [Ryu-devel] Setting the same symbol twice in an OpenFlow rule

2016-08-02 Thread Alan Deikman
.OFPVID_PRESENT)), > +parser.OFPActionSetField(vlan_vid=(200 | > ofproto.OFPVID_PRESENT)), > +parser.OFPActionOutput(2) > +] -------- Alan

[Ryu-devel] Setting the same symbol twice in an OpenFlow rule

2016-08-01 Thread Alan Deikman
= value1), parser.OFPActionSetField(vlan_vid = value2) ] However when I call the OFPFlowMod constructor the resulting object will have only one OFPActionSetField in it. Is it correct that Ryu cannot build such as Flow Modification? Alan Deikman ZNYX Networks, Inc

Re: [Ryu-devel] Constructing an Experimenter Match field.

2016-02-14 Thread Alan Deikman
presentable. Regards, -------- Alan Deikman ZNYX Networks, Inc. -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-en

[Ryu-devel] Constructing an Experimenter Match field.

2016-02-11 Thread Alan Deikman
code would be: action = parser.OFPActionSetField(ovid = action_set_ovid) Much thanks for any assistance. Alan Deikman ZNYX Networks, Inc. -- Site24x7 APM Insight: Get Deep Visibility into

Re: [Ryu-devel] Utility to convert to JSON?

2016-02-11 Thread Alan Deikman
> On Feb 8, 2016, at 11:39 PM, Minoru TAKAHASHI > wrote: > > The example is as follows: Thank you that is exactly what I needed. This should probably be added to the Ryu Book. ---- Alan Deikman ZNYX N

[Ryu-devel] Utility to convert to JSON?

2016-02-08 Thread Alan Deikman
. Alan Deikman ZNYX Networks, Inc. -- Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web

Re: [Ryu-devel] Using OpenVSwitch as the test switch for the Ryu tester.py -- Solved

2015-12-10 Thread Alan Deikman
> On Dec 8, 2015, at 5:49 PM, Alan Deikman wrote: > > In this case the tester can send out any packet it wants out of port 1 (eth2) > but can only receive untagged packets on port 2 (eth3). Is there some other > configuration that will allow it to work properly? I ha

[Ryu-devel] Using OpenVSwitch as the test switch for the Ryu tester.py

2015-12-08 Thread Alan Deikman
). Is there some other configuration that will allow it to work properly? I have not seen any documentation related to this. Any help appreciated. Regards, Alan Deikman ZNYX Networks, Inc

[Ryu-devel] Tuples vs. separate parameters

2015-11-30 Thread Alan Deikman
wanted to know if there was something important driving the decision. Regards, Alan Deikman ZNYX Networks, Inc. -- Go from Idea to Many App Stores Faster with Intel(R) XDK Give your users

Re: [Ryu-devel] Possible tester.py bug?

2015-09-01 Thread Alan Deikman
OVS problem. Note: without the delay I find the whole test suite runs in 20-30 minutes. With a 10-second delay interval between each test the entire suite takes 3-4 hours. ---- Alan Deikman ZNYX N

Re: [Ryu-devel] Possible tester.py bug?

2015-08-28 Thread Alan Deikman
I wonder if tester.py should have an additional command line option to invoke this work around. ---- Alan Deikman ZNYX Networks, Inc. -- ___ Ryu-deve

Re: [Ryu-devel] Possible tester.py bug?

2015-08-27 Thread Alan Deikman
> On Aug 25, 2015, at 6:01 PM, Alan Deikman wrote: > > Can someone familiar with tester.py advise me as to a next step to take? I think I can explain the anomalies I reported in my prior e-mail. The problem is that OVS when installed with the kernel datapath (DKMS) it effective has

Re: [Ryu-devel] Report Formatter for tester.py?

2015-08-27 Thread Alan Deikman
own-to-html> from the node world. It makes for a complicated tool chain but it beats coding the results into HTML by hand. Regards, ---- Alan Deikman ZNYX Networks, Inc. -- ___

[Ryu-devel] Possible tester.py bug?

2015-08-25 Thread Alan Deikman
re tests pass than before. So some tests are affected by a race condition with the setup. Can someone familiar with tester.py advise me as to a next step to take? Alan Deikman ZNYX Networks, Inc. -- ___ Ryu-devel mailing list Ryu-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ryu-devel

[Ryu-devel] Report Formatter for tester.py?

2015-08-14 Thread Alan Deikman
Is there a report formatter for tester.py? Currently the only way to summarize the results seems to be to manually filter out the OK/ERROR lines of the log output from ryu-manager. Alan Deikman ZNYX Networks, Inc