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

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

2016-08-30 Thread Shinpei Muraoka
Hi, Code that can be set by the REST API is the following. { "actions": [ { "field": "ipv4_src", "type": "SET_FIELD", "value": "10.10.10.10" }, { "field": "ipv4_dst", "type": "SET_FIELD",

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

2016-08-27 Thread Richard Mayers
Hello folks, I am trying to install a rule in the switch that changes ip_proto of a packet. For example from UDP to TCP. However, it does not work, once I add the set_field ip_proto in the actions the rules does not get installed in the ovs switch` (version 2.5.90). To do that I am using the REST