[Ryu-devel] [PATCH 00/16] add OpenFlowSwitch tester

2013-12-02 Thread Yuichi Ito
Yuichi Ito (16): add OpenFlowSwitch tester tester: add default test files (action with set-field, 01/03) tester: add default test files (action with set-field, 02/03) tester: add default test files (action with set-field, 03/03) tester: add default test files (action without set-field)

[Ryu-devel] [PATCH 01/16] add OpenFlowSwitch tester

2013-12-02 Thread Yuichi Ito
this patch implements OpenFlowSwitch tester. the tester investigates whether a certain switch was made as specifications, by doing tests such as: - set the flow entries which include match conditions, and send the packets that fit (or do not fit) to the conditions. - set the flow entries which in

[Ryu-devel] [PATCH 16/16] tester: add a script to make the test environment on mininet

2013-12-02 Thread Yuichi Ito
this script provides the simple test environment that includes 2 switches and 2 links. to run: sudo ryu/tests/switch/run_mininet.py Signed-off-by: Yuichi Ito --- ryu/tests/switch/run_mininet.py | 30 ++ 1 file changed, 30 insertions(+) create mode 100755 ryu/test

[Ryu-devel] If there is a OpenFlow switch in the data network in OpenStack...

2013-12-02 Thread 張華婷
Hi, I have a question about RYU and OpenStack. I have already succeeded in setting up OpenStack with RYU plugin. There are 3 compute nodes, 1 network node, 1 controller node. My data network is that 3 compute nodes and 1 network node connect to one legacy switch(172.16.0.0/24), and my management ne

[Ryu-devel] What is the configuration for changing tunneling into vlan in OpenStack?

2013-12-02 Thread 張華婷
Hi, I have set up the GRE tunneling in data network of OpenStack and the network between VMs are fine. However, I want to change to VLAN, but I can't find correct configurations on web sites. Here are my changes: First I change RYU_APPS to ryu.app.simple_vlan,ryu.app.quantum_adapter,ryu.app.rest,r

[Ryu-devel] IPV6 using RYU

2013-12-02 Thread Muhammad Umer
Dear All I am a new developer in SDN and i want to simulate IPv6 in SDN networks. I have searched a lot and found that RYU supports OF 1.3 and capable of IPV6 traffic. My first step to implement 'Auto-configuration' that is neighbour discover and router discovery protocol implementation. I don't k

[Ryu-devel] [Q] How to invoke ryu controller?

2013-12-02 Thread Lawrence Lee
Hi, Can some point me to a tutorial on how to bring up a ryu controller and invoke it? I followed procedure provided on http://osrg.github.io/ryu/ to install ryu, but I still not sure how to invoke a ryu controller. Please advise. Thank you, -Lawrence