Make the requested diagnostic information clearer and correct the examples used when reporting OVN problems.
Assisted-by: GPT-5.6-Luna, OpenCode Signed-off-by: Ales Musil <[email protected]> --- Documentation/internals/bugs.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Documentation/internals/bugs.rst b/Documentation/internals/bugs.rst index c4c3f8616..3d7015157 100644 --- a/Documentation/internals/bugs.rst +++ b/Documentation/internals/bugs.rst @@ -35,7 +35,7 @@ For reporting security vulnerabilities, please read :doc:`security`. The most important parts of your bug report are the following: -- What you did that make the problem appear. +- What you did that made the problem appear. - What you expected to happen. @@ -53,9 +53,10 @@ Please also include the following information: The following are also handy sometimes: - The kernel version on which Open vSwitch is running (from ``/proc/version``) - and the distribution and version number of your OS (e.g. "Centos 5.0"). + and the distribution and version number of your OS (e.g. "CentOS 9"). -- The contents of the northbound database. +- The contents of the northbound database and, when relevant, the southbound + database. - Any other information that you think might be relevant. -- 2.55.0 _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
