Re: [Ryu-devel] Rewrite Flow Entry OpenFlow1.3

2015-08-27 Thread Talal Alharbi
Hi Iwase, Thank you for your prompt reply. Yes, the switch supports these. I did matching on those fields and the rule was successfully installed. Here what I have done so far: match.set_dl_type(ether.ETH_TYPE_ARP) match.set_arp_opcode(1) match.set_arp_spa('192.168.10.10') actions = [] actio

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

2015-08-27 Thread Yusuke Iwase
Hi, On 2015年08月28日 08:44, Alan Deikman wrote: > >> 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 > prob

Re: [Ryu-devel] Rewrite Flow Entry OpenFlow1.3

2015-08-27 Thread Yusuke Iwase
Hi, On 2015年08月28日 12:15, Talal Alharbi wrote: > Dear All, > > I was looking to have a rule on the switch to rewrite the payload of ARP > request, which rewrite the packet and send ARP reply without sending the > packet to the controller. Which field does "the payload of ARP request" mean? OF

[Ryu-devel] Rewrite Flow Entry OpenFlow1.3

2015-08-27 Thread Talal Alharbi
Dear All, I was looking to have a rule on the switch to rewrite the payload of ARP request, which rewrite the packet and send ARP reply without sending the packet to the controller. Cheers, Talal -

[Ryu-devel] [PATCH] doc: ofctl_rest: Add table of contents

2015-08-27 Thread Yusuke Iwase
This patch adds a table of contents into the ofctl_rest API reference in order to improve its readability. Signed-off-by: IWASE Yusuke --- doc/source/app/ofctl_rest.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/source/app/ofctl_rest.rst b/doc/source/app/ofctl_rest.rst index 25b4

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 a cache i

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

2015-08-27 Thread Alan Deikman
> On Aug 17, 2015, at 8:03 PM, Minoru TAKAHASHI > wrote: > > Following link will probably help you out. > > [Ryu-devel] How to translate the output of switch test tool into HTML > https://www.mail-archive.com/ryu-devel%40lists.sourceforge.net/msg08721.html >

Re: [Ryu-devel] [PATCH] Python 3: Explicitly convert time values in lib/packet/igmp.py to integers

2015-08-27 Thread Fadi Moukayed
This patch adds explicit integer conversions to the IGMP timer fields. This is necessary because Python 3's pack(...) does not automatically coerce floating-point values to integers (Python 3 actually throws a struct.error on struct.pack('B', 1.0)). This fixes IgmpQuerier._send_query and IgmpSnoop

[Ryu-devel] [PATCH] Python 3: Explicitly convert time values in lib/packet/igmp.py to integers

2015-08-27 Thread Fadi Moukayed
Signed-off-by: Fadi Moukayed --- ryu/lib/packet/igmp.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ryu/lib/packet/igmp.py b/ryu/lib/packet/igmp.py index f1d65b0..460f258 100644 --- a/ryu/lib/packet/igmp.py +++ b/ryu/lib/packet/igmp.py @@ -209,7 +209,7 @@ class igmp(

[Ryu-devel] link discovery in multipath topology

2015-08-27 Thread FIXED-TERM Vardhan Harsha (CR/AEH4)
Hello all, I'm trying to perform link discovery in my multipath topology using the ryu built-in topology module. But when I use this there is lldp multicast storm and also not all the links are discovered . Can you please guide me how to go about changing the code so as to discover all the link

[Ryu-devel] ?????? How to get data from other module.

2015-08-27 Thread muzixing.com
It Seems good! I will try. But finally, I build a lower app to produce data, and use it by using CONTEXT. Second, API is also a good way which can also return the data of instance, but it is a little bit difficult to develop. Thank you very much! Are you a official developer of Ryu ? You are ex