Re: [ovs-dev] [PATCH] ovs-ofctl: Better ovs-ofctl add-flows error reporting

2013-03-27 Thread Ben Pfaff
On Thu, Mar 21, 2013 at 03:00:29PM -0700, Andy Zhou wrote: > When error is encountered with add-flows command, this patch > adds file name and line number in addition to the parser > error message to the output. > > The file name and line number will not be added to > the output of "ovs-ofctl add-

Re: [ovs-dev] [PATCH] ovs-ofctl: Better ovs-ofctl add-flows error reporting

2013-03-01 Thread Ben Pfaff
On Thu, Feb 28, 2013 at 07:36:47PM -0800, Andy Zhou wrote: > When error is encountered with add-flows command, this patch > adds file name and line number in addition to the parser > error message to the output. > > The file name and line number will not be added to > the output of "ovs-ofctl add-

[ovs-dev] [PATCH] ovs-ofctl: Better ovs-ofctl add-flows error reporting

2013-02-28 Thread Andy Zhou
When error is encountered with add-flows command, this patch adds file name and line number in addition to the parser error message to the output. The file name and line number will not be added to the output of "ovs-ofctl add-flow", only parser error message will appear. Same as before. Signed-o