Skip to content

Commit

Permalink
update the issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Feb 6, 2025
1 parent 4ee8934 commit 0834593
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Before opening this issue could you please:
- check if the problem is still present on main branch
- make sure the problem was not already reported to avoid duplicates.

**Common issues**
# Common issues

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.

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.

**Describe the bug**
# Describe the bug

Please provive a clear and concise description of what the bug is. Again, when running exabgp please use the `-d` options.
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.
Expand All @@ -30,16 +30,15 @@ If you can, please provide us the steps to reproduce the behavior:
- Please include a way to reproduce the issue if possible.
- we use `sudo ./qa/sbin/bgp --port 179 --echo` to similate an IBGP peer

**What we need to help you**
# What we need to help you

Please provide an full output of exabgp running with the "-d" option, including any stacktrace and do NOT edit or obfuscate the output.


**Environment (please complete the following information):**
# Environment (please complete the following information):

- OS: [e.g. OSX, Ubuntu, ..]
- Version [e.g. main, pip version installed, ... ]

**Additional context**
# Additional context

Add any other context about the problem here.

0 comments on commit 0834593

Please sign in to comment.