]> git.proxmox.com Git - mirror_frr.git/blame - doc/user/bugs.rst
Merge pull request #3255 from dslicenc/show_evpn_mac_json
[mirror_frr.git] / doc / user / bugs.rst
CommitLineData
2da6ccc3
QY
1.. index:: Bug Reports
2.. index:: Reporting bugs
3
4.. _bug-reports:
32452dd2
QY
5
6**************
7Reporting Bugs
8**************
9
10This file describes the procedure for reporting FRRouting bugs. You are asked
11to follow this format when submitting bug reports.
12
13Bugs submitted with woefully incomplete information will receive little
14attention and are likely to be closed. If you hit a suspected bug in an older
15version, you may be asked to test with a later version in your environment.
16
17Often you may be asked for additional information to help solve the bug. Bugs
18may be closed after 30 days of non-response to requests to reconfirm or supply
19additional information.
20
21Please report bugs on the project GitHub issue tracker at
22https://github.com/frrouting/frr/issues
23
24Report Format & Requested Information
25=====================================
26
27When reporting a bug, please provide the following information.
28
29#. Your FRR version if it is a release build, or the commit hash if you built
30 from source.
31
32#. If you compiled from source, please provide your ``./configure`` line,
33 including all option flags.
34
35#. A full list of the FRR daemons you run.
36
37#. Your platform name and version, e.g. ``Ubuntu 18.04``.
38
39#. Problem description.
40
41 - Provide as much information as possible.
42 - Copy and paste relevant commands and their output to describe your network
43 setup.
44 - Topology diagrams are helpful when reporting bugs involving more than one
45 box.
46 - Platform routing tables and interface configurations are useful if you are
47 reporting a routing issue.
48
49 *Please be sure to review the provided information and censor any sensitive
50 material.*
51
52#. All FRR configuration files you use. Again, please be sure to censor any
53 sensitive information. For sensitive v4 / v6 addresses, we ask that you
54 censor the inner octets; e.g., ``192.XXX.XXX.32/24``.
55
56#. If you are reporting a crash and have a core file, please supply a stack
57 trace using GDB:
58
59 ::
60
61 $ gdb exec_file core_file
62 (gdb) bt .
63
64#. Run all FRR daemons with full debugging on and send *only* the portion of
65 logs which are relevant to your problem.
66
67#. Patches, workarounds, and fixes are always welcome.
68
69.. seealso:: :ref:`basic-config-commands`
70