Adding UDP Replay VNF without arp support 39/35739/1
authorDeepak S <deepak.s@linux.intel.com>
Fri, 2 Jun 2017 06:03:23 +0000 (11:33 +0530)
committerDeepak S <deepak.s@linux.intel.com>
Fri, 2 Jun 2017 13:36:30 +0000 (13:36 +0000)
commita14f5674230cfe394ebc5e96c6473994ce8689df
treee5cb456999aeadc6b8614e67d9cd9d98c8ef7248
parent8771dd76aefffe0dd294d11984d733595946a650
Adding UDP Replay VNF without arp support

JIRA: SAMPLEVNF-8

This code adds support for UDP Replay which acts as a reflector of all the
UDP packets on the requested port.

Change-Id: I633e65a4964fab4cc46e2ed09c742dcc63ce6258
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
Makefile
VNFs/UDP_Replay/Makefile [new file with mode: 0644]
VNFs/UDP_Replay/main.c [new file with mode: 0644]
VNFs/UDP_Replay/parse_obj_list.c [new file with mode: 0644]
VNFs/UDP_Replay/parse_obj_list.h [new file with mode: 0644]
tools/vnf_build.sh