Re: [Ryu-devel] Adding OpenFlow rules matching TCP

2015-04-19 Thread YAMAMOTO Takashi
hi, > Hello, > > I知 new to openvswitch and ryu and am trying to write a simple flow matcher > with openvswitch and ryu and I知 trying to match flows based on TCP 4 tuple. > And the open flow version I知 using is 1.2. > > This is what my add_flow function looks like. > > def add_tcp_flow(self, d

Re: [Ryu-devel] [PATCH] of_config: Add port tunnels support

2015-04-19 Thread YAMAMOTO Takashi
hi, > Add port tunnels support according to OFConfig specification. > > Signed-off-by: Raman Budny > --- > Port tunnel support in of_config library seems to be supported > in not full manner. There are four kind of port tunnels listed in > OFConfig specification (v1.1.1, p. 47): > - OFPortBaseTu

Re: [Ryu-devel] to install and write ryu controller

2015-04-19 Thread Minoru TAKAHASHI
Hi, On 2015年04月18日 03:28, Sanghamitra De wrote: > Hi, > I have a few nodes in Emulab environment which have Ubuntu 14.04 LTS loaded > and OVS-2.3.1 installed. In one of these nodes i want to install ryu to write > a controller application. MY querries are: > > 1) will the following commands fr

Re: [Ryu-devel] ssh problem with paramiko (SSHException: Channel closed)

2015-04-19 Thread Yusuke Iwase
Hi, Maybe python libraries "ecdsa" or "PyCrypto" are missing. (http://paramiko-www.readthedocs.org/en/latest/installing.html) Thanks, Iwase On 2015年04月18日 23:46, 許洋銘 wrote: > *hi, > I just encountered the problem with connecting the switch, pica 8 3290, > with ryu's of-config library. > * > >