vpp
vpp copied to clipboard
Classify: fix the way of finding a suitable classify table
We should compare two masks by the length of mask memory, or 'if statement' will never be true even if the mask is completely suitable. Also variable 'i' is not the table_index we want, table_index is in the vector table_indices. [email protected]