Re: [Ryu-devel] Using the REST API to change IP protocol not working.

2016-08-31 Thread Richard Mayers
Actually, I found that is not possible to modify ip_proto with an ovs switch, that value is only-read 2016-08-31 7:06 GMT+02:00 Shinpei Muraoka : > Hi, > > Code that can be set by the REST API is the following. > > { > "actions": [ > { > "field": "ipv4_src", >

[Ryu-devel] [PATCH] lib/ofctl_v1_4: correct argument order for OFPFlowMod constructor

2016-08-31 Thread MichaƂ Rzepka
Invalid OFPFlowMod flag and importance values were observed when using app/ofctl_rest. This patch restores the proper order of arguments passed to OFPFlowMod constructor in mod_flow_entry (ofctl_v1_4.py). Signed-off-by: Michal Rzepka --- diff --git a/ryu/lib/ofctl_v1_4.py b/ryu/lib/ofctl_v1_4.p

Re: [Ryu-devel] Ryu application

2016-08-31 Thread Francesco Murador
Hey iwase can you answer me? Please i need help > Il giorno 24/ago/2016, alle ore 03:22, Iwase Yusuke > ha scritto: > > Hi, > > Mininet uses Open vSwitch(OVS) as the default software switch to emulate > the OpenFlow network. > So OVS (NOT Mininet) generates the messages to send the controlle