From a14f5674230cfe394ebc5e96c6473994ce8689df Mon Sep 17 00:00:00 2001 From: Deepak S Date: Fri, 2 Jun 2017 11:33:23 +0530 Subject: 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 --- 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