]> git.proxmox.com Git - mirror_ovs.git/blame - REPORTING-BUGS
vconn: Move OpenFlow utility functions into new file ofp-util.c.
[mirror_ovs.git] / REPORTING-BUGS
CommitLineData
77671a6a
BP
1Reporting Bugs in Open vSwitch
2==============================
3
4We are eager to hear from users about problems that they have
5encountered with Open vSwitch. This file documents how best to report
6bugs so as to ensure that they can be fixed as quickly as possible.
7
8Please report bugs by sending email to bugs@openvswitch.org. Include
9as much of the following information as you can in your report:
10
11 * The Open vSwitch version number (as output by "ovs-vswitchd
12 --version").
13
14 * The Git commit number (as output by "git rev-parse HEAD"),
15 if you built from a Git snapshot.
16
17 * Any local patches or changes you have applied (if any).
18
19 * The kernel version on which Open vSwitch is running (from
20 /proc/version) and the distribution and version number of
21 your OS (e.g. "Centos 5.0").
22
3b12adda
BP
23 * The contents of the vswitchd configuration database (usually
24 /etc/ovs-vswitchd.conf.db).
77671a6a
BP
25
26 * The output of "ovs-dpctl show".
27
28 * If you have Open vSwitch configured to connect to an
29 OpenFlow controller, the output of "ovs-ofctl show <bridge>"
30 for each <bridge> configured in the vswitchd configuration
31 file.
32
33 * A description of the problem, which should include:
34
35 - What you did that make the problem appear.
36
37 - What you expected to happen.
38
39 - What actually happened.
40
41 * A fix or workaround, if you have one.
42
43 * Any other information that you think might be relevant.
44
45bugs@openvswitch.org is a public mailing list, to which anyone can
46subscribe, so please do not include confidential information in your
47bug report.
48
49Contact
50-------
51
52bugs@openvswitch.org
53http://openvswitch.org/