Prepare Open vSwitch 1.1.2 release.
[sliver-openvswitch.git] / debian / ovs-bugtool.8
1 .\" -*- nroff -*-
2 .de IQ
3 .  br
4 .  ns
5 .  IP "\\$1"
6 ..
7 .TH ovs\-bugtool 8 "September 2010" "Open vSwitch" "Open vSwitch Manual"
8 .\" This program's name:
9 .ds PN ovs\-bugtool
10 .
11 .SH NAME
12 ovs\-bugtool \- Open vSwitch
13 .
14 .SH SYNOPSIS
15 .B ovs\-bugtool
16 .
17 .SH DESCRIPTION
18 Generate a debug bundle with useful information about Open vSwitch on this
19 system. The bundle is placed in /var/log/openvswitch.
20 .
21 .SH OPTIONS
22 .
23 .IP "\fB\-\-all\fR"
24 use all available capabilities.
25 .
26 .IP "\fB\-\-capabilities\fR"
27 list \fBovs\-bugtool\fR capabilities.
28 .
29 .IP "\fB\-\-debug\fR"
30 print verbose debugging output.
31 .
32 .IP "\fB\-\-entries=\fIlist\fR\fR"
33 use the capabilities specified in a comma separated list.
34 .
35 .IP "\fB\-\-output=\fIfiletype\fR\fR"
36 generate a debug bundle with the specified file type.  Options include \fBtar\fR,
37 \fBtar.bz2\fR, and \fBzip\fR.
38 .
39 .IP "\fB\-\-silent\fR"
40 suppress output.
41 .
42 .IP "\fB\-\-unlimited\fR"
43 do not exclude files which are too large.
44 .
45 .IP "\fB\-\-yestoall\fR"
46 answer yes to all prompts.