On Thu, Feb 20, 2014 at 02:15:28PM +0530, Ramana Reddy wrote: > I am using OVS-2.0.0, and it receives nfs client requests. > Now I would like to know how to extract the packet so that > it can distinguish whether its a read request or write request.
It's probably quite difficult because NFS is usually done over TCP these days, so you'd have to reassemble TCP segments to find the start of each request. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
