Translated using Weblate (Spanish)
[project/luci.git] / .github / issue_template
1 # Issue template:
2 1. Please make sure that the issue subject starts with `<package-name>:`
3 2. Issues related to end of life (EOL) releases are not supported or maintained and will be closed
4 3. Remove lines from top till here and fill in the following questions
5 ***
6
7 ## Steps to reproduce:
8 **Example: Replace the following lines and remove this**
9
10 1. go to: Network → Interfaces → LAN (an interface with a static address) → DHCP server tab → IPv6 RA settings tab
11 2. set RA MTU and RA Hop Limit to arbitrary non-default value
12 3. Save & Apply
13 4. go to: IPv6 RA settings tab again
14
15 ## Actual behavior:
16 **Example: Replace the following lines and remove this**
17
18 1. option ra_mtu '1500' is set correctly in /etc/config/dhcp
19 2. In LuCI though, RA MTU and RA Hop Limit are still displaying the default values in light gray font color.
20
21 ## Expected behavior:
22 **Example: Replace the following lines and remove this**
23
24 ```
25 RA MTU and RA Hop Limit are displaying the correct values found in /etc/config/dhcp in black font color.
26 ```
27
28 ## Additional Information:
29 OpenWrt version information from system `/etc/openwrt_release`
30
31 **Example: Replace the following lines and remove this**
32 ```
33 DISTRIB_ID='OpenWrt'
34 DISTRIB_RELEASE='21.02.0-rc4'
35 DISTRIB_REVISION='r16256-2d5ee43dc6'
36 DISTRIB_TARGET='x86/64'
37 DISTRIB_ARCH='x86_64'
38 DISTRIB_DESCRIPTION='OpenWrt 21.02.0-rc4 r16256-2d5ee43dc6'
39 DISTRIB_TAINTS=''
40 ```