[ovs-discuss] [CudaMailTagged] Re: Tracing packets using ofproto/trace after integration with Conntrack-OVN

Piyush R Srivastava1 pirsriva at in.ibm.com
Fri Feb 5 19:39:26 UTC 2016


Hi,

Thanks a lot for clarification. This really helps a lot.

Thanks and regards,
Piyush Raman



From:	Joe Stringer <joe at ovn.org>
To:	Piyush R Srivastava1/India/IBM at IBMIN
Cc:	Ben Pfaff <blp at ovn.org>, discuss <discuss at openvswitch.org>
Date:	02/06/2016 01:03 AM
Subject:	Re: [ovs-discuss] Tracing packets using ofproto/trace after
            integration with Conntrack-OVN



On 5 February 2016 at 00:06, Piyush R Srivastava1 <pirsriva at in.ibm.com>
wrote:
> What i want to send out in the flow is a match for +new,-inv,-est,+trk
>
> I doubt that ct_tate="new|trk" is same as ct_state=+new,-est,-inv,+trk or
is it the same?

It is the same. What you are providing to ofproto/trace is a flow key:
Either the bit is present, or it is not. The mask (+/-) is only
determined to be relevant depending on the flow table so it doesn't
make sense for you to provide it. So, if the datapath dump says the
flow must have the new bit set, and must not have est, must not have
inv, must have trk (ie, +new-est-inv+trk), then this is equivalent to
saying that only the new and trk bits are present (ie, new|trk). The
rest of the bits are implied to be zero if you do not specify them.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20160206/ea4c67db/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: graycol.gif
Type: image/gif
Size: 105 bytes
Desc: not available
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20160206/ea4c67db/attachment-0002.gif>


More information about the discuss mailing list