Re: [ovs-discuss] OF 1.3 question

2015-07-01 Thread Ben Pfaff
On Mon, Jun 29, 2015 at 09:59:14AM +, Abhijit Bhadra wrote: > Hi, > I am using ovs-ofctl to test addition/modification/deletion of OF 1.3 flows. > I was using the following command to do the actions=mod_nw_tos for OF 1.0, > ovs-ofctl add-flow tcp:10.130.177.160 > dl_vlan=128,in_port=12,table=

[ovs-discuss] OF 1.3 question

2015-06-29 Thread Abhijit Bhadra
Hi, I am using ovs-ofctl to test addition/modification/deletion of OF 1.3 flows. I was using the following command to do the actions=mod_nw_tos for OF 1.0, ovs-ofctl add-flow tcp:10.130.177.160 dl_vlan=128,in_port=12,table=60,priority=100,actions=mod_nw_tos:4,output:24 Now I am using ovs-ofctl -