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
LuCI removes vlan_naming when it's disabled, but
hostapd.sh defaults to 1 when vlan_naming is absent.
Disabling vlan_naming in LuCI therefore has no effect.
This commit fixes this issue by changing the default to 0.
Fixes: openwrt/luci#7640
Signed-off-by: Alice H. <161944892+emi-YFcz5XDj@users.noreply.github.com>
LuCI removes vlan_naming when disabled, but hostapd.sh
defaults to 1 when vlan_naming is absent.
Disabling vlan_naming in LuCI therefore has no effect.
This commit resolves the issue by changing the default to 0.
Fixes: openwrt/luci#7640
Signed-off-by: Alice H. <161944892+emi-YFcz5XDj@users.noreply.github.com>
Is there an existing issue for this?
screenshots or captures
Actual behaviour
Disabling vlan_naming in LuCI causes it to delete the option.
However,
hostapd.sh
defaults to 1 when the option isn't present.Disabling it in LuCI therefore has no effect.
Expected behaviour
When vlan_naming is disabled in LuCI, wifi-scripts should write
vlan_naming=0
intohostapd.conf
.Steps to reproduce
cat /var/hostapd-*.conf | less
in sshAdditional Information
What browsers do you see the problem on?
No response
Relevant log output
The text was updated successfully, but these errors were encountered: