Re: [ovs-dev] [PATCH 2/2] feature: Add ovs-ofctl parse-ofpraw command.

2013-08-05 Thread Alex Wang
Thanks Ben for point that out, I'd very much like to review it. On Mon, Aug 5, 2013 at 10:37 AM, Ben Pfaff wrote: > On Sun, Aug 04, 2013 at 08:14:31PM -0700, Alex Wang wrote: > > This commit adds a new commmand "ovs-ofctl parse-ofpraw" to ovs. > > It allows user to parse undecoded raw OpenFlo

Re: [ovs-dev] [PATCH 2/2] feature: Add ovs-ofctl parse-ofpraw command.

2013-08-05 Thread Ben Pfaff
On Sun, Aug 04, 2013 at 08:14:31PM -0700, Alex Wang wrote: > This commit adds a new commmand "ovs-ofctl parse-ofpraw" to ovs. > It allows user to parse undecoded raw OpenFlow messages into human > readable form. It can parse the output log of "ovs-appctl log/controller" > command. > > Signed-off-b