Re: [Ryu-devel] Can't get ofp_event.EventOFPSwitchFeatures, CONFIG_DISPATCHER

2016-12-05 Thread Iwase Yusuke
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

[Ryu-devel] Does rest_firewall.py work across networks ?

2016-12-05 Thread ホンパンニャー
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

[Ryu-devel] [RFC] [PATCH] bgp_scenario_test: Switch Python version

2016-12-05 Thread IWASE Yusuke
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

[Ryu-devel] [PATCH] bgp_scenario_test: Switch Python version

2016-12-05 Thread IWASE Yusuke
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 +

[Ryu-devel] ?????? ?????? ?????? RYU BUG

2016-12-05 Thread .......
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

[Ryu-devel] Implementing a simple sdn topology

2016-12-05 Thread Kanwardeep SINGH BAWEJA
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

[Ryu-devel] Can't get ofp_event.EventOFPSwitchFeatures, CONFIG_DISPATCHER

2016-12-05 Thread 黃奕欽
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