projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
491e028
)
hostapd: read missing parameter for dynamic VLANs
author
John Crispin
<john@openwrt.org>
Mon, 6 Oct 2014 04:52:21 +0000
(
04:52
+0000)
committer
John Crispin
<john@openwrt.org>
Mon, 6 Oct 2014 04:52:21 +0000
(
04:52
+0000)
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
package/network/services/hostapd/files/netifd.sh
patch
|
blob
|
history
diff --git
a/package/network/services/hostapd/files/netifd.sh
b/package/network/services/hostapd/files/netifd.sh
index c50869361d38a4f214edd4419151b21f81307c0e..5dfb43d0f1e82b88f70fc83ffa18c492ec636ae5 100644
(file)
--- 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