]> git.proxmox.com Git - mirror_frr.git/blame - REPORTING-BUGS
Report quagga bugs to quagga bugzilla.
[mirror_frr.git] / REPORTING-BUGS
CommitLineData
718e3744 1This file describes the procedure for reporting Zebra bugs.
2You are not obliged to follow this format , but it would be
3great help for Zebra developers if you report a bug as described
4below.
5
6Send your report to bug-zebra@gnu.org mailing list.
7
8Please supply the following information:
91. Your zebra version or if it is CVS version then the date you did checkout.
10Always try to report the bugs on the current CVS version.
112. Zebra daemons you run e.g. bgpd or ripd, your OS full name,
12any specific options you compiled zebra with.
133. Problem description. Copy and paste relative zebra commands and their
14output to describe your network setup e.g. "zebra>show ip route".
15Please, also give your simple network layout and output of relative OS commands
16(e.g. ifconfig).
174. All zebra configuration files you use. If you don't want to publish
18your network numbers change 2 middle bytes in IPv4 address to be XXX e.g.
19192.XXX.XXX.32/24. Similar could be done with IPv6.
205. If any zebra daemon core dumped, please, supply stack trace using
21the following commands: host> gdb exec_file core_file , (gdb) bt .
226. Run all zebra daemons with full debugging on (see documentation on debugging) and
23send _only_ part of logs which are relative to your problem.
247. If the problem is difficult to reproduce please send a shell script to
25reproduce it.
268. Patches, workarounds, fixes are always welcome.
27
28Thank You.