Re: [Ryu-devel] Using the REST API to change IP protocol not working.
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.
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",
