Browse Source

VLAN: Set dynamic VLAN up to fix STA bind and key setup

M. Braun 15 years ago
parent
commit
37ba0928d5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/ap/vlan_init.c

+ 2 - 0
src/ap/vlan_init.c

@@ -842,6 +842,8 @@ struct hostapd_vlan * vlan_add_dynamic(struct hostapd_data *hapd,
 	n->next = hapd->conf->vlan;
 	hapd->conf->vlan = n;
 
+	ifconfig_up(n->ifname);
+
 	return n;
 }