Re: [Ryu-devel] Error in executing the hub switching 13

2016-05-19 Thread wesam kh
Thank you for reply  Wisam Maala On Thursday, May 19, 2016 10:52 AM, Victor Orlikowski wrote: On May 18, 2016, at 10:44 PM, Iwase Yusuke wrote: > > Thanks a lot! > I overlooked. No problem. ;) Best, Victor -- Victor J. Orlikowski <> vjo@[cs.]duke.edu --

Re: [Ryu-devel] Error in executing the hub switching 13

2016-05-18 Thread Victor Orlikowski
On May 18, 2016, at 10:44 PM, Iwase Yusuke wrote: > > Thanks a lot! > I overlooked. No problem. ;) Best, Victor -- Victor J. Orlikowski <> vjo@[cs.]duke.edu -- Mobile security can be enabling, not merely restricting.

Re: [Ryu-devel] Error in executing the hub switching 13

2016-05-18 Thread Iwase Yusuke
Hi Victor, On 2016年05月19日 11:33, Victor Orlikowski wrote: > On May 18, 2016, at 10:30 PM, Iwase Yusuke wrote: >> >>> root@ubuntu:~# ovs-vsctl set Bridge s1 protcols=OpenFlow13 >>> ovs-vsctl: Bridge does not contain a column whose name matches "protcols" > > I think this is simpler still: > Try:

Re: [Ryu-devel] Error in executing the hub switching 13

2016-05-18 Thread Victor Orlikowski
On May 18, 2016, at 10:30 PM, Iwase Yusuke wrote: > >> root@ubuntu:~# ovs-vsctl set Bridge s1 protcols=OpenFlow13 >> ovs-vsctl: Bridge does not contain a column whose name matches "protcols" I think this is simpler still: Try: protocols not: protcols Note the missing "o"... Best, Victor --

Re: [Ryu-devel] Error in executing the hub switching 13

2016-05-18 Thread Iwase Yusuke
Hi, On 2016年05月17日 17:22, wesam kh wrote: > Hi iwase , I very appreciate to you > The code is work : > # !!! At Ryu top directory > $ sudo pip install -r tools/pip-requires > $ sudo python setup.py install > *and the ovs version 2.6.0 also install * > > but I faced another problem as below : >

Re: [Ryu-devel] Error in executing the hub switching 13

2016-05-17 Thread wesam kh
Hi iwase , I very appreciate to youThe code is work : # !!! At Ryu top directory $ sudo pip install -r tools/pip-requires$ sudo python setup.py install and the ovs version 2.6.0 also install  but I faced another problem as below :in root switch :root@ubuntu:~# ovs-vsctl set Bridge s1 protcols=Open

Re: [Ryu-devel] Error in executing the hub switching 13

2016-05-16 Thread Iwase Yusuke
Hi, On 2016年05月16日 16:41, wesam kh wrote: > IWASE ,Thank you for reply > I using ovs version 1.4.6 > wisam@ubuntu:~$ ovs-vsctl --version > ovs-vsctl (Open vSwitch) 1.4.6 > Compiled Jun 24 2015 15:14:40 > and I need to know how can install ovs 2.6.0 ? The following is the official OVS installat

Re: [Ryu-devel] Error in executing the hub switching 13

2016-05-16 Thread wesam kh
IWASE  ,Thank  you for reply I using ovs version 1.4.6wisam@ubuntu:~$ ovs-vsctl --versionovs-vsctl (Open vSwitch) 1.4.6Compiled Jun 24 2015 15:14:40and I need to know how can install ovs 2.6.0  ? and I trying to reinstall ryu by two codes but I have another error as below : wisam@ubuntu:~$ pip in

Re: [Ryu-devel] Error in executing the hub switching 13

2016-05-15 Thread Iwase Yusuke
Hi, On 2016年05月16日 00:11, wesam kh wrote: > Hi every one > I have problem when I need to execute the switching hub like : > c0#ryu-manager --verbose ryu.app.simple_switch_13 > problem:pkg_resources.DistributionNotFound: The 'ovs>=2.6.0.dev0' > distribution was not found and is required by ryu Th

[Ryu-devel] Error in executing the hub switching 13

2016-05-15 Thread wesam kh
Hi every one I have problem when I need to execute the switching hub like :c0#ryu-manager --verbose ryu.app.simple_switch_13 problem:pkg_resources.DistributionNotFound: The 'ovs>=2.6.0.dev0' distribution was not found and is required by ryuand I have another problem in S1 :S1#ovs-vsctl set Bridg