VLAN: Reorder init to get same behavior for all VLAN interfaces
authorJouni Malinen <j@w1.fi>
Sat, 17 Apr 2010 06:48:27 +0000 (09:48 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 17 Apr 2010 06:48:27 +0000 (09:48 +0300)
commite34ce1683c4ef7363b149a143a2bd1924fdd2376
tree54d6c874bc9f343e1a6f57e196183ac526732992
parent0249c988bb23afe0b3b0fab8c96d5104a2a15ec8
VLAN: Reorder init to get same behavior for all VLAN interfaces

Both the wildcard VLAN entry and the statically configured VLAN
interfaces should behave in the same way. Initializing the
full dynamic VLAN code before adding the statically configured VLAN
interfaces allows the same processing to be applied to both statically
and dynamically added VLAN interface (i.e., also the statically
configured ones will be added to a bridge).
src/ap/vlan_init.c