Re: [Ryu-devel] how to configure openflow connection to openflow switch

2012-11-12 Thread david liu
Hi Fujita San, I ran the L2.py to set up the L2 switch & set up two flows between port 1 & 2. on our switch using the following OVS commands: ovs-ofctl add-flow br0 in_port=1,actions=output:2 ovs-ofctl add-flow br0 in_port=2,actions=output:1 I connected 2 PCs on port 1 & port 2 and expected pi

[Ryu-devel] how to make ryu app & OpenStack network test.

2012-11-12 Thread SungJin Gang
Hi~. I configuration OVS + Ryu + Quantum(Folsom) -> OpenStack Network!. Quantum plugins = Ryu Plugin. I not use devstack. My OpenStack network test!!. I don't know how to make a Ryu app.. & Python. I don't know. :< 1. My test same Ryu app... How to search Ryu app? 2. If make Ryu app How t