Re: [ovs-dev] [PATCH] ovs-dpctl: Don't print mask when all fields exact-match.

2014-05-02 Thread Arun Sharma
Thanks Ben, I have send v2. On 01/05/14 8:30 PM, "Ben Pfaff" wrote: >On Mon, Apr 28, 2014 at 10:25:21PM -0700, Arun Sharma wrote: >> For each field, if the mask is all zeros, don't print it at all, >> if it is all ones, print it without the mask trailer. >> If it is neither of those two, print t

Re: [ovs-dev] [PATCH] ovs-dpctl: Don't print mask when all fields exact-match.

2014-05-01 Thread Ben Pfaff
On Mon, Apr 28, 2014 at 10:25:21PM -0700, Arun Sharma wrote: > For each field, if the mask is all zeros, don't print it at all, > if it is all ones, print it without the mask trailer. > If it is neither of those two, print the value and mask in the current > form. > > Removed inconsistency in form