Hi,
On 2016年12月05日 17:26, 黃奕欽 wrote:
> Hi all,
>
> Sometimes app can't get EventOFPSwitchFeatures ( CONFIG_DISPATCHER)
> event when OVS(especially, Openflow 1.0) enter. But
> EventOFPStateChange( MAIN_DISPATCHER ) was received.
Hummm...
EventOFPStateChange(MAIN_DISPATCHER) event should no
Hi everyone,
I am doing an experiment with my mini-server running
OVS
ryu 4.7
mininet
In mininet, i used below command to create a network topology which has one
switch and 2 hosts.
sudo mn --topo single,3 --mac --switch ovsk --controller remote -x
and then i ch
When I was running BGP Scenario test, I noticed that
Python version on Scenario containers is always 2.7.
e.g., If we just install "python-pip" (as BGP Scenario
test doing), Python 2.7 will always be selected.
$ docker run -it --rm ubuntu:16.04 bash
root@7c7e0bd65575:/# apt -q update && apt instal
With Ubuntu base Docker image, Python 2.7 will always be used on
Scenario test containers if we just install "python-*".
This patch fixes to switch base Docker image and enables to use
the specific Python version.
Signed-off-by: IWASE Yusuke
---
ryu/tests/integrated/bgp/base.py | 5 +
Hello, I am TICOMM Information Technology Co. Ltd,Shenzhen, China
Our boss said that if we give you this patch package, you can not notice in
your forum, and e-mail notification, is our company to help optimize the
problem, ok?
-- --
??: "Iwase
Hi
I am kanwardeep from Bits pilani,India. I am trying to implement topology
based hybrid SDN in mininet using ryu framework. But I am stuck at this
problem. I would be highly grateful if some one can help me.
So the topology I want design is here (https://i.stack.imgur.com/b6Ler.png).
Now i want t
Hi all,
Sometimes app can't get EventOFPSwitchFeatures ( CONFIG_DISPATCHER) event
when OVS(especially, Openflow 1.0) enter. But EventOFPStateChange(
MAIN_DISPATCHER ) was received.
In ryu/app/ofctl/service.py, add new switch by get EventOFPSwitchFeatures. If
this event was not sent, _swi