]> git.puffer.fish Git - mirror/frr.git/commitdiff
Doc: Update Bug Reporting instructions to FreeRangeRouting and Github Issue Tracker
authorMartin Winter <mwinter@opensourcerouting.org>
Thu, 19 Jan 2017 17:31:01 +0000 (00:31 +0700)
committerMartin Winter <mwinter@opensourcerouting.org>
Thu, 19 Jan 2017 17:31:01 +0000 (00:31 +0700)
Signed-off-by: Martin Winter <mwinter@opensourcerouting.org>
REPORTING-BUGS

index 83f4eb990aaf88e38763a2331e519a78abf98a63..ea36ff5eed8d69eb2283e6d4a3743d1804862941 100644 (file)
@@ -1,5 +1,5 @@
-This file describes the procedure for reporting Quagga bugs. You are not
-obliged to follow this format, but it would be great help for Quagga developers
+This file describes the procedure for reporting FreeRangeRouting bugs. You are not
+obliged to follow this format, but it would be great help for FreeRangeRouting developers
 if you report a bug as described below.
 
 Bugs submitted with woefully incomplete information may be summarily
@@ -9,23 +9,24 @@ additional information.  Bugs may be closed after 30 days of
 non-response to requests to reconfirm or supply additional
 information.
 
-Report bugs http://bugzilla.quagga.net
+Report bugs on Github Issue Tracker at 
+    https://github.com/freerangerouting/frr/issues
 
 Please supply the following information:
-1. Your Quagga version or if it is from git then the  commit reference.
+1. Your FreeRangeRouting version or if it is from git then the  commit reference.
    Please try to report bugs against git master or the latest release.
-2. Quagga daemons you run e.g. bgpd or ripd and full name of your OS. Any
+2. FRR daemons you run e.g. bgpd or ripd and full name of your OS. Any
    specific options you compiled Quagga with. 
 3. Problem description. Copy and paste relative commands and their output to
    describe your network setup e.g. "zebra>show ip route".
    Please, also give your simple network layout and output of relative OS
    commands (e.g., ifconfig (BSD) or ip (Linux)).
-4. All Quagga configuration files you use. If you don't want to publish your
+4. All FRR configuration files you use. If you don't want to publish your
    network numbers change 2 middle bytes in IPv4 address to be XXX (e.g.
    192.XXX.XXX.32/24). Similar could be done with IPv6.
-5. If any Quagga daemon core dumped, please, supply stack trace using the
+5. If any FRR daemon core dumped, please, supply stack trace using the
    following commands: host> gdb exec_file core_file , (gdb) bt .
-6. Run all Quagga daemons with full debugging on (see documentation on
+6. Run all FRR daemons with full debugging on (see documentation on
    debugging) and send _only_ part of logs which are relative to your problem.
 7. If the problem is difficult to reproduce please send a shell script to
    reproduce it.