Re: [Ryu-devel] Bug with Simple_Switch

2017-02-22 Thread Iwase Yusuke
Hi Talal, On 2017年02月23日 15:29, Talal Al wrote: > Hi Iwase, > > > Thank you for your prompt reply. > > > The problem with simple_switch.py because I wanna use it with OVX (which only > supports OF v1.0, so I'm using simple_switch.py). > > With the new update on Ryu, you would receive a mess

Re: [Ryu-devel] Bug with Simple_Switch

2017-02-22 Thread Talal Al
Hi Iwase, Thank you for your prompt reply. The problem with simple_switch.py because I wanna use it with OVX (which only supports OF v1.0, so I'm using simple_switch.py). With the new update on Ryu, you would receive a message similar to the one in my previous email. To get rid of this pro

Re: [Ryu-devel] Bug with Simple_Switch

2017-02-22 Thread Iwase Yusuke
Hi Talal, You mean at the following? https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch_13.py#L82 > AttributeError: 'NoneType' object has no attribute 'ethertype' This error shows that the packet data contained in Packet-In message was NOT an Ethernet frame or terribly truncated for

[Ryu-devel] Bug with Simple_Switch

2017-02-22 Thread Talal Al
Dear All, I just updated Ryu in my system and got an error with simple_switch " if eth.ethertype == ether_types.ETH_TYPE_LLDP: AttributeError: 'NoneType' object has no attribute 'ethertype' " Any idea? Cheers, Talal ---

Re: [Ryu-devel] Questions about group table in ovs

2017-02-22 Thread Iwase Yusuke
Hi, First, please confirm your group entry and flow entry are installed as expected by using the GroupDesc and FlowStats messages. http://ryu.readthedocs.io/en/latest/app/ofctl_rest.html#get-group-description-stats http://ryu.readthedocs.io/en/latest/app/ofctl_rest.html#get-all-flows-stats

[Ryu-devel] [PATCH] wsgi: Change default wsgi listen host to "0.0.0.0"

2017-02-22 Thread IWASE Yusuke
With netaddr.valid_ipv4/6, empty host is not allowed and will fail to validate. This patch changes to the default wsgi listen host to "0.0.0.0" and enable to validate it by using netaddr. Note: The default behavior is NOT changed. Signed-off-by: IWASE Yusuke --- ryu/app/wsgi.py | 10 --

Re: [Ryu-devel] [PATCH 2/7] controller: Change default OPF listen host to "0.0.0.0"

2017-02-22 Thread Iwase Yusuke
I'm very sorry, the default of "--wsapi-host" on ryu/app/wsgi.py also needs to be fixed. I will post the additional patch soon. On 2017年02月17日 13:05, IWASE Yusuke wrote: > With netaddr.valid_ipv4/6, empty host is not allowed and will fail > to validate. > This patch changes to the default openflo

[Ryu-devel] !! GREETINGS !!!

2017-02-22 Thread hassan karam
Hello I am Mr. Hassan Karam, from Syria due to brutal civil war in my country, I am seeking your partnership in going into a private investment venture. I am interested in investing in your country, so I will like us to begin our acquaintance through this medium so we can deliberate more.I hope

[Ryu-devel] Questions about group table in ovs

2017-02-22 Thread Hsu YT
Hi , I tried to add a group entry to do multipath routing with ovs version 2.3.2. $ curl -X POST -d '{ "dpid": 5, "type": "SELECT", "group_id": 10, "buckets": [ { "weight":1 "actions": [ { "type": "OUTPUT",