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

This commit is contained in:
M. Braun 2010-04-15 23:54:41 +03:00 committed by Jouni Malinen
parent cd1d72c1d0
commit 37ba0928d5

View file

@ -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;
}