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