Re: [ovs-dev] [PATCH 6/6] ovs-bugtool: Remove unused code and nonrequired commands.

2013-02-14 Thread Ben Pfaff
On Thu, Feb 14, 2013 at 01:28:21PM -0800, Gurucharan Shetty wrote: > There is some code that is unused and some commands whose > output we probably don't need to debug openvswitch issues. > > Signed-off-by: Gurucharan Shetty This patch and the others that I didn't already comment on (I think tha

[ovs-dev] [PATCH 6/6] ovs-bugtool: Remove unused code and nonrequired commands.

2013-02-14 Thread Gurucharan Shetty
There is some code that is unused and some commands whose output we probably don't need to debug openvswitch issues. Signed-off-by: Gurucharan Shetty --- utilities/bugtool/ovs-bugtool.in | 95 -- 1 file changed, 95 deletions(-) diff --git a/utilities/bugtoo