From 8a4e9e534fcb1ef718ed5c1089fdc8698b13fb7f Mon Sep 17 00:00:00 2001 From: Bindya Narayan Date: Tue, 18 Apr 2017 12:13:10 +0530 Subject: vACL VNF initial check-in JIRA: SAMPLEVNF-2 Features include: - CLI based Run-time rule configuration. (Add, Delete, List, Display, Clear, Modify) - Ipv4 and ipv6 standard 5 tuple packet Selector support. - Multithread support - Multiple physical port support Change-Id: Ie266be23cd2d81f6d01df508ba44bd0998be13b3 Signed-off-by: Bindya Narayan [Push patch to gerrit] Signed-off-by: Deepak S --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 68feab0d..9cb9fb7c 100644 --- a/Makefile +++ b/Makefile @@ -21,9 +21,10 @@ RTE_TARGET ?= x86_64-native-linuxapp-gcc TARGETS := all clean VNF_DIR := VNFs +ACL := $(VNF_DIR)/vACL CGNAPT := $(VNF_DIR)/vCGNAPT -subdirs := $(CGNAPT) +subdirs := $(ACL) $(CGNAPT) .PHONY: $(TARGETS) $(subdirs) -- cgit 1.2.3-korg