aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/l2/l2_input_vtr.c
AgeCommit message (Collapse)AuthorFilesLines
2017-06-14ETH:fix l2_len/vlan count mismatch for > 2 tagsEyal Bari1-12/+3
l2_len was not updated for the third tag as the ethernet node retracts by the vlan count after parse_header (using ethernet_buffer_header_size) it ends up pointing before the ethernet header + some minor cleanups Change-Id: I4ccaedd33928912e5d837376f146503b27071741 Signed-off-by: Eyal Bari <ebari@cisco.com>
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+401
Change-Id: I7b51f88292e057c6443b12224486f2d0c9f8ae23 Signed-off-by: Damjan Marion <damarion@cisco.com>