Index: if_admsw.c =================================================================== --- if_admsw.c (revision 221750) +++ if_admsw.c (working copy) @@ -118,7 +118,7 @@ #define ADMSW_UNLOCK(sc) do {} while(0); static uint8_t vlan_matrix[SW_DEVS] = { - (1 << 6) | (1 << 0), /* CPU + port0 */ + (1 << 6) | 0x3f, /* CPU + all ports */ (1 << 6) | (1 << 1), /* CPU + port1 */ (1 << 6) | (1 << 2), /* CPU + port2 */ (1 << 6) | (1 << 3), /* CPU + port3 */