Re: [Ryu-devel] Send msg to a specific dpid?

2014-11-26 Thread Minoru TAKAHASHI
Hi, I think, it seems can be realized by "ofp_event.EventOFPStateChange". I've done a quick & dirty hack for this purpose.I hope this will help. sw_register.py - from ryu.base import app_manager from ryu.controller import ofp_event from ryu.controller import handle

Re: [Ryu-devel] TCP Flags in ryu

2014-11-26 Thread Minoru TAKAHASHI
Hi On 2014年11月27日 00:27, Salaheddine ZERKANE wrote: > Hello Minoru, > Sorry for the delay, I was in a conference. > I used the code source that I have included for you in the previous message, > however I found the reason, I was using ping messages to test my application, > I suppose the ovs is

[Ryu-devel] Send msg to a specific dpid?

2014-11-26 Thread Weiyang Mo
Hi Is there any simple way to get all the Datapath instances (e.g. a list?) that I can send to a specific one. For example I have two switches dpid=1 and dpid=2, I receiver packet_in from dpid=1 and wants to do something on dpid2. @set_ev_cls(ofp_event.EventOFPPacketIn, MAIN_DISPATCHER) def _p

Re: [Ryu-devel] TCP Flags in ryu

2014-11-26 Thread Salaheddine ZERKANE
Hello Minoru, Sorry for the delay, I was in a conference. I used the code source that I have included for you in the previous message, however I found the reason, I was using ping messages to test my application, I suppose the ovs is encapsulating the ICMP packets into packets-in and sending th

Re: [Ryu-devel] HP 2920 1.3OF

2014-11-26 Thread Vilius Palubinskas
Hi Nitish, Yes this file do not contain first run packets, please look at "first_run.pcapng" for first run log . In first run packet log and controller message-logs there are no of errors. In controller flow list are only 3 flows: flow 1 go to table 100; flow 2 (table 100) drop and flow 3 (ta

Re: [Ryu-devel] [ANNOUNCE] Ubuntu package (for 14.04)

2014-11-26 Thread [장훈, Paul]
Hi Fujuta, I'm trying to install Ryu via this repository, but the following error occured. ubuntu@ubuntu-5:~$ sudo apt-get install python-ryu Reading package lists... Done Building dependency tree Reading state information... Done Some packages could not be installed. This may mean that you have

Re: [Ryu-devel] HP 2920 1.3OF

2014-11-26 Thread nitish nagesh
Hi Vilius, I checked the packet capture. I could not see any openflow error messages returned from the switch for the Flow Modification message issued from the controller. It seems to suggest that all the flow mods are accepted. Does this file not capture the packets from your first run where

Re: [Ryu-devel] about partial SDN network

2014-11-26 Thread Gautam Pathak
Dear Fujita, Please give some idea, to develop an application that makes an OF switch work as a traditional BGP router. BRs, Goutam On Tue, Nov 25, 2014 at 5:39 PM, Gautam Pathak wrote: > Where is that application? Can I use that application? > > BRs, > Goutam > > On Tue, Nov 25, 2014 at 4:13