From 1b0802cbf10ac4d8911f0916d4ba0b02010924c8 Mon Sep 17 00:00:00 2001 From: Vishwesh M Rudramuni Date: Fri, 26 May 2017 11:11:15 +0530 Subject: [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 Signed-off-by: Deepak S --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 35aa5f32..7c14693f 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,9 @@ VNF_DIR := VNFs ACL := $(VNF_DIR)/vACL FW := $(VNF_DIR)/vFW CGNAPT := $(VNF_DIR)/vCGNAPT +UDP_Replay := $(VNF_DIR)/UDP_Replay -subdirs := $(ACL) $(CGNAPT) $(FW) +subdirs := $(ACL) $(CGNAPT) $(FW) $(UDP_Replay) .PHONY: $(TARGETS) $(subdirs) -- cgit 1.2.3-korg