[Ryu-devel] Where can I get the documents about RYU events (the comprehensive list and the meanings of them).

2015-12-04 Thread YB
Hi, all, Under what condition, there would issue an EventOFPSwitchFeatures or an EventOFPStateChange event? And what do these 2 events mean? More importantly, is there any documents/materials/URLs that list all of the events defined in RYU and explain the meaning of them, the condition of iss

[Ryu-devel] Can the controller set the counters of the to-be-installed rule when adding a new rule to the flow table?

2015-10-15 Thread YB
Hi all, Can the controller set the counters of the to-be-installed rule when adding a new rule to the flow table? To be more specific, usually we would set the fields of "match" and "actions" when adding a new rule by sth. like: match = parser.OFPMatch(in_port=2) actions = [pa

[Ryu-devel] ?????? How to modify the packet's header fields in RYU?

2015-10-12 Thread YB
edocs.org/en/latest/ofproto_v1_3_ref.html#ryu.ofproto.ofproto_v1_3_parser.OFPFlowMod Thanks, Iwase On 2015??10??12?? 14:23, YB wrote: > Hi, all > > I'm new to SDN and RYU. > > How can I modify the packets' header fields with RYU? > For example, I want to change a packet's source IP addres

[Ryu-devel] How to modify the packet's header fields in RYU?

2015-10-11 Thread YB
Hi, all I'm new to SDN and RYU. How can I modify the packets' header fields with RYU? For example, I want to change a packet's source IP address from "10.0.0.1" to "10.0.0.2". How can I do this? I've scanned the RYU book. But there is no specific codes about this. Can you provided detailed