From: John Crispin Date: Mon, 6 Oct 2014 04:52:21 +0000 (+0000) Subject: hostapd: read missing parameter for dynamic VLANs X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=2dfc9370cf0b76f1f3b790f748ba67e31c428674 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 SVN-Revision: 42787 --- diff --git a/package/network/services/hostapd/files/netifd.sh b/package/network/services/hostapd/files/netifd.sh index c50869361d..5dfb43d0f1 100644 --- a/package/network/services/hostapd/files/netifd.sh +++ b/package/network/services/hostapd/files/netifd.sh @@ -220,7 +220,7 @@ hostapd_set_bss_options() { dae_client dae_secret dae_port \ nasid ownip \ eap_reauth_period dynamic_vlan \ - vlan_tagged_interface + vlan_naming vlan_tagged_interface # legacy compatibility [ -n "$auth_server" ] || json_get_var auth_server server