Cisco Discovery Protocol, initial working attempt 52/252/1
authorDave Barach <dave@barachs.net>
Mon, 8 Feb 2016 20:57:35 +0000 (15:57 -0500)
committerDave Barach <dave@barachs.net>
Mon, 8 Feb 2016 20:57:55 +0000 (15:57 -0500)
commitced48e7cbb36022f4ae105130efc5be25e1a11b2
treec0843c63040b367f9c887749abde07b855263d7e
parent3e7deb11b5980ff619773f691975de2bec7a3450
Cisco Discovery Protocol, initial working attempt

There are multiple enhancement opportunities...

Change-Id: I976772dc3802f8284e8c6457c001d68184831e25
Signed-off-by: Dave Barach <dave@barachs.net>
vnet/Makefile.am
vnet/vnet/cdp/cdp.pg [new file with mode: 0644]
vnet/vnet/cdp/cdp_input.c [new file with mode: 0644]
vnet/vnet/cdp/cdp_node.c [new file with mode: 0644]
vnet/vnet/cdp/cdp_node.h [new file with mode: 0644]
vnet/vnet/cdp/cdp_periodic.c [new file with mode: 0644]
vnet/vnet/cdp/cdp_protocol.h [new file with mode: 0644]
vnet/vnet/llc/node.c
vpp/vnet/main.c