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
> 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
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
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