Re: [ovs-dev] [PATCH 4/5] ovs-bugtool: Add config files to the debug bundle.

2013-07-23 Thread Ben Pfaff
On Tue, Jul 23, 2013 at 12:29:40PM -0700, Gurucharan Shetty wrote: > On Tue, Jul 23, 2013 at 11:33 AM, Ben Pfaff wrote: > > > On Mon, Jul 22, 2013 at 12:17:08PM -0700, Gurucharan Shetty wrote: > > > The previously defined config files were never included in > > > the debug bundle. This will inclu

Re: [ovs-dev] [PATCH 4/5] ovs-bugtool: Add config files to the debug bundle.

2013-07-23 Thread Gurucharan Shetty
On Tue, Jul 23, 2013 at 11:33 AM, Ben Pfaff wrote: > On Mon, Jul 22, 2013 at 12:17:08PM -0700, Gurucharan Shetty wrote: > > The previously defined config files were never included in > > the debug bundle. This will include them. > > > > Also increase the max size for CAP_NETWORK_CONFIG to 5 MB. >

Re: [ovs-dev] [PATCH 4/5] ovs-bugtool: Add config files to the debug bundle.

2013-07-23 Thread Ben Pfaff
On Mon, Jul 22, 2013 at 12:17:08PM -0700, Gurucharan Shetty wrote: > The previously defined config files were never included in > the debug bundle. This will include them. > > Also increase the max size for CAP_NETWORK_CONFIG to 5 MB. > A pre-compressed size of 5 MB does not amount to much after >

[ovs-dev] [PATCH 4/5] ovs-bugtool: Add config files to the debug bundle.

2013-07-22 Thread Gurucharan Shetty
The previously defined config files were never included in the debug bundle. This will include them. Also increase the max size for CAP_NETWORK_CONFIG to 5 MB. A pre-compressed size of 5 MB does not amount to much after compression for config files. Signed-off-by: Gurucharan Shetty --- utilitie