aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/cdp/cdp_periodic.c
AgeCommit message (Collapse)AuthorFilesLines
2017-09-28cdp/lldp: punt for no bufferSteven1-0/+3
When making a call to vlib_packet_template_get_packet(), it is possible to get back a NULL if the system runs out of buffer. This can happen when there is buffer leaks. But don't crash just because we run out of buffers, just punt. Change-Id: Ie90ea41f3dda6e583d48959cbd18ff124158d7f8 Signed-off-by: Steven <sluong@cisco.com>
2016-12-28Reorganize source tree to use single autotools instanceDamjan Marion1-0/+512
Change-Id: I7b51f88292e057c6443b12224486f2d0c9f8ae23 Signed-off-by: Damjan Marion <damarion@cisco.com>