mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-01-30 03:13:07 +00:00
hostapd: read missing parameter for dynamic VLANs
In r41872 Dynamic VLAN support was reintroduced, but the vlan_naming parameter is not read while setting up the config, so it always defaults to 1. Signed-off-by: Reiner Herrmann <reiner@reiner-h.de> SVN-Revision: 42787
This commit is contained in:
parent
491e028e2d
commit
70d56d749b
@ -220,7 +220,7 @@ hostapd_set_bss_options() {
|
|||||||
dae_client dae_secret dae_port \
|
dae_client dae_secret dae_port \
|
||||||
nasid ownip \
|
nasid ownip \
|
||||||
eap_reauth_period dynamic_vlan \
|
eap_reauth_period dynamic_vlan \
|
||||||
vlan_tagged_interface
|
vlan_naming vlan_tagged_interface
|
||||||
|
|
||||||
# legacy compatibility
|
# legacy compatibility
|
||||||
[ -n "$auth_server" ] || json_get_var auth_server server
|
[ -n "$auth_server" ] || json_get_var auth_server server
|
||||||
|
Loading…
Reference in New Issue
Block a user