Re: [Ryu-devel] Virtual port with openvswitch

2013-11-25 Thread FUJITA Tomonori
On Mon, 25 Nov 2013 05:50:05 -0700 Junguk Cho wrote: > Q1) Is it way of creating virtual port?? > # ovs-vsctl add-port br0 vi0 -- set Interface vi0 type=internal > You mean I can create virtual port with ryu/lib/ovs/vsctl.py, > Is it right? Yes. ryu/lib/ovs/vsctl can remotely do the same things

Re: [Ryu-devel] Virtual port with openvswitch

2013-11-25 Thread Junguk Cho
> First, I do not know how to set up virtual port with openvswitch and ryu > controller. > I wish I handle header manipulation with virtual port. > Is there anyone who had experience?? OpenFlow protocol doesn't support such. You need to use OVS specific protocol (OVS JSON DB). Ryu has handy librie

Re: [Ryu-devel] Virtual port with openvswitch

2013-11-25 Thread FUJITA Tomonori
On Mon, 25 Nov 2013 03:39:42 -0700 Junguk Cho wrote: > First, I do not know how to set up virtual port with openvswitch and ryu > controller. > I wish I handle header manipulation with virtual port. > Is there anyone who had experience?? OpenFlow protocol doesn't support such. You need to use OV

[Ryu-devel] Virtual port with openvswitch

2013-11-25 Thread Junguk Cho
Hello, I have two questions. First, I do not know how to set up virtual port with openvswitch and ryu controller. I wish I handle header manipulation with virtual port. Is there anyone who had experience?? Second, I would like to handle tunneling protocol in openvswitch. In my knowledge, I first