[Ryu-devel] Modify bpdu.py

2015-03-24 Thread Hiroshi Sakoda
Hi I made test scenario using BPDU. But I got the following error log. hub: uncaught exception: Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/ryu/lib/hub.py", line 52, in _launch func(*args,

Re: [Ryu-devel] Wireshark not working with Openflow1 and Openflow 13

2015-03-24 Thread Yusuke Iwase
Hi Adebayo, On 2015年03月24日 21:15, Adebayo Adedayo wrote: > Hi > Thanks for the answer to my earlier question I have installed the wireshark > as you specified and the version I'm running is 1.12.1 > Now the wireshark is bringing the following 3 errors > > 1. *Warn Could not compile "of" in co

Re: [Ryu-devel] How the weight value will be used in select groups

2015-03-24 Thread Clément Rault
Hello Padma, This is because the default behaviour of the switch (OVS in your case I guess) to select the bucked is done by looking at the hash of the mac address destination. I asked a similar question not so long ago: http://sourceforge.net/p/ryu/mailman/message/33589783/. Best, Clément On 24

Re: [Ryu-devel] Wireshark not working with Openflow1 and Openflow 13

2015-03-24 Thread Adebayo Adedayo
Hi Thanks for the answer to my earlier question I have installed the wireshark as you specified and the version I'm running is 1.12.1 Now the wireshark is bringing the following 3 errors Warn Could not compile "of" in colorfilters file. "of" is neither a field nor a protocol name. Second, Pl

Re: [Ryu-devel] Wireshark not working with Openflow1 and Openflow 13

2015-03-24 Thread Adebayo Adedayo
Hi Thanks for the answer to my earlier question. The wireshark is bringing this error Warn Could not compile "of" in colorfilters file. "of" is neither a field nor a protocol name. Second, Please what must I do to correct this because I am not seeing of in the plugging list as well. My secon

[Ryu-devel] How the weight value will be used in select groups

2015-03-24 Thread Padma Jayasankar
Hi, I have to districute the traffic through two paths. For this i have installed the flow entry in the source with group action. In the group table i have used the two action buckets with weights 2 and 1 respectively. Now what will be the behaviour> please explain. Actually i want to distribute