diff options
author | Vishwesh M Rudramuni <vishwesh.m.rudramuni@intel.com> | 2017-05-26 11:11:15 +0530 |
---|---|---|
committer | Deepak S <deepak.s@linux.intel.com> | 2017-05-30 14:22:57 +0000 |
commit | 1b0802cbf10ac4d8911f0916d4ba0b02010924c8 (patch) | |
tree | 37bc2b655403f30b197ade7ca0c2054bfdbdfe47 /tools | |
parent | e7773602bfca7cb9c25beb42dfa5d9c91ec459fd (diff) |
[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>
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/vnf_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/vnf_build.sh b/tools/vnf_build.sh index 342ac119..f6afb879 100755 --- a/tools/vnf_build.sh +++ b/tools/vnf_build.sh @@ -233,7 +233,7 @@ step_3() { TITLE="Build VNFs" CONFIG_NUM=1 - TEXT[1]="Build all VNFs (vACL, vCGNAPT, vFW)" + TEXT[1]="Build all VNFs (vACL, vCGNAPT, vFW, UDP_Replay)" FUNC[1]="build_vnfs" } |