|
| 1 | +<!-- |
| 2 | +If you are reporting a new issue, make sure that we do not have any duplicates |
| 3 | +already open. You can ensure this by searching the issue list for this |
| 4 | +repository. If there is a duplicate, please close your issue and add a comment |
| 5 | +to the existing issue instead. |
| 6 | +
|
| 7 | +If you suspect your issue is a bug, please edit your issue description to |
| 8 | +include the BUG REPORT INFORMATION shown below. If you fail to provide this |
| 9 | +information within 7 days, we cannot debug your issue and will close it. We |
| 10 | +will, however, reopen it if you later provide the information. |
| 11 | +
|
| 12 | +For more information about reporting issues, see |
| 13 | +https://github.com/Azure/SONiC/wiki#report-issues |
| 14 | +
|
| 15 | +--------------------------------------------------- |
| 16 | +GENERAL SUPPORT INFORMATION |
| 17 | +--------------------------------------------------- |
| 18 | +
|
| 19 | +The GitHub issue tracker is for bug reports and feature requests. |
| 20 | +General support can be found at the following locations: |
| 21 | +
|
| 22 | +- SONiC Support Forums - https://groups.google.com/forum/#!forum/sonicproject |
| 23 | +
|
| 24 | +--------------------------------------------------- |
| 25 | +BUG REPORT INFORMATION |
| 26 | +--------------------------------------------------- |
| 27 | +Use the commands below to provide key information from your environment: |
| 28 | +You do NOT have to include this information if this is a FEATURE REQUEST |
| 29 | +--> |
| 30 | + |
| 31 | +**Description** |
| 32 | + |
| 33 | +<!-- |
| 34 | +Briefly describe the problem you are having in a few paragraphs. |
| 35 | +--> |
| 36 | + |
| 37 | +**Steps to reproduce the issue** |
| 38 | +1. |
| 39 | +2. |
| 40 | +3. |
| 41 | + |
| 42 | +**Describe the results you received** |
| 43 | + |
| 44 | + |
| 45 | +**Describe the results you expected** |
| 46 | + |
| 47 | + |
| 48 | +**Additional information you deem important (e.g. issue happens only occasionally)** |
| 49 | + |
| 50 | + |
| 51 | +**Output of `show version`** |
| 52 | + |
| 53 | +``` |
| 54 | +(paste your output here) |
| 55 | +``` |
| 56 | + |
| 57 | +<!-- |
| 58 | +Also attach debug file produced by `sudo generate_dump` |
| 59 | +--> |
| 60 | + |
0 commit comments