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