186a187,192
> // Access the buffers in the switch for performing a functional read
> for (unsigned int i = 0; i < m_port_buffers.size(); ++i) {
> if (m_port_buffers[i]->functionalRead(pkt)) {
> return true;
> }
> }