Re: [Ryu-devel] RYU error message

2016-10-24 Thread Shinpei Muraoka
Hi, The value of selected_server_outport is not integer. Please check the value of selected_server_outport. Thanks, On 2016年10月23日 09:11, Mohamed Ibrahem wrote: > i am building load balancer application and the following error is displayed. > please, help me to fix this? > > this is some of code

[Ryu-devel] RYU error message

2016-10-22 Thread Mohamed Ibrahem
i am building load balancer application and the following error is displayed. please, help me to fix this? this is some of code: match = ofp_parser.OFPMatch(in_port=in_port, eth_type=eth.ethertype, eth_src=eth.src, eth_dst=eth.dst,