[SAMPLEVNF] Adding UDP Replay VNF 07/35407/3
authorVishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
Fri, 26 May 2017 05:41:15 +0000 (11:11 +0530)
committerDeepak S <deepak.s@linux.intel.com>
Tue, 30 May 2017 14:22:57 +0000 (14:22 +0000)
commit1b0802cbf10ac4d8911f0916d4ba0b02010924c8
tree37bc2b655403f30b197ade7ca0c2054bfdbdfe47
parente7773602bfca7cb9c25beb42dfa5d9c91ec459fd
[SAMPLEVNF] Adding UDP Replay VNF

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: If8330580f58c785736e578e815d15d983ce20209
Signed-off-by: Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com>
Signed-off-by: Deepak S <deepak.s@linux.intel.com>
12 files changed:
Makefile
VNFs/UDP_Replay/Makefile [new file with mode: 0644]
VNFs/UDP_Replay/config/sample_ipv4.cfg [new file with mode: 0644]
VNFs/UDP_Replay/config/sample_ipv6.cfg [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]
docs/UDP_Replay/INSTALL.rst [new file with mode: 0644]
docs/UDP_Replay/README.rst [new file with mode: 0644]
docs/UDP_Replay/RELEASE_NOTES.rst [new file with mode: 0644]
docs/vFW/RELEASE_NOTES.rst
tools/vnf_build.sh