You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+15-11Lines changed: 15 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,33 +3,37 @@ name: Bug report
3
3
about: Create a report to help us improve
4
4
title: ''
5
5
labels: bug
6
-
assignees: thomas-mangin
6
+
assignees: ''
7
7
8
8
---
9
9
10
-
** Bug Report **
11
-
12
10
We are sorry that you are experiencing an issue with ExaBGP.
13
11
14
12
Before opening this issue could you please:
15
13
- make sure the problem was not already reported to avoid duplicates.
16
-
- check if the problem is still present on the latest version (main)
17
-
- provide an full output of exabgp running with the "-d" option, including any stacktrace
18
-
(please provide the full output - even if long)
14
+
- check if the problem is still present on main
15
+
16
+
**Common issues**
17
+
18
+
If the program is freezing/stop responding, please look at our convertion from 3.4 to 4.x, please look at https://github.com/Exa-Networks/exabgp/wiki/Migration-from-3.4-to-4.x#api for more information.
19
+
20
+
The API now ack message sent with a 'done' or 'error' string back. program written for ExaBGP 3.4 will not expect this data and if enough message are sent without being consumed by the api application, the PIPE can become blocking, resulting in ExaBGP stopping to do anything.
19
21
20
22
**Describe the bug**
21
23
22
-
A clear and concise description of what the bug is.
24
+
Please provive a clear and concise description of what the bug is. Again, when running exabgp please use the `-d` options.
25
+
It provides a lot of information which can be useful to understand the issue, and please do not obfuscate or on provide a partial output.
23
26
24
-
**To Reproduce**
27
+
Should you prefer to provide the information privately, please let us know where we can reach you.
25
28
26
-
Steps to reproduce the behavior:
29
+
If you can, please provide us the steps to reproduce the behavior:
27
30
- Please include a way to reproduce the issue if possible.
28
31
- we use `sudo ./qa/sbin/bgp --port 179 --echo` to similate an IBGP peer
29
32
30
-
**Expected behavior**
33
+
**What we need to help you**
34
+
35
+
Please provide an full output of exabgp running with the "-d" option, including any stacktrace and do NOT edit or obfuscate the output.
31
36
32
-
A clear and concise description of what you expected to happen.
33
37
34
38
**Environment (please complete the following information):**
0 commit comments