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