Re: [ovs-dev] Mask generation for megaflow.

2016-07-12 Thread Ben Pfaff
On Fri, Jul 08, 2016 at 04:05:34PM +, Subrata Paul wrote: > Hi, > I am using ovs 2.4.0 and I have added 3 flows as follows: > ovs-ofctl add-flow br0 "table=0, in_port=1, tcp, nw_src=10.0.0.2/24, > tcp_src=45466, action=output:2" > ovs-ofctl add-flow br0 "table=0, in_port=1, tcp, nw_dst=10.0.0.

[ovs-dev] Mask generation for megaflow.

2016-07-08 Thread Subrata Paul
Hi, I am using ovs 2.4.0 and I have added 3 flows as follows: ovs-ofctl add-flow br0 "table=0, in_port=1, tcp, nw_src=10.0.0.2/24, tcp_src=45466, action=output:2" ovs-ofctl add-flow br0 "table=0, in_port=1, tcp, nw_dst=10.0.0.2/24, tcp_dst=442, action=output:2" ovs-ofctl add-flow br0 "table=0, in