From 84b46623cb71a17e19c5d74fc65345dd6168a8d0 Mon Sep 17 00:00:00 2001 From: Alexander Komarov Date: Thu, 19 Oct 2017 09:11:49 +0200 Subject: Makefile change and new task structures for IPSec Prox task Change-Id: I389389e5317d1a9d0d79cc1762d6f15d8287e36a Signed-off-by: Alexander Komarov Signed-off-by: Alexander Komarov --- VNFs/DPPD-PROX/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'VNFs/DPPD-PROX/Makefile') diff --git a/VNFs/DPPD-PROX/Makefile b/VNFs/DPPD-PROX/Makefile index 0288181c..e9a4211b 100644 --- a/VNFs/DPPD-PROX/Makefile +++ b/VNFs/DPPD-PROX/Makefile @@ -161,6 +161,7 @@ SRCS-y += handle_mirror.c SRCS-y += handle_genl4.c SRCS-y += handle_ipv6_tunnel.c SRCS-y += handle_read.c +SRCS-$(call rte_ver_GE,17,2,0,16) += handle_esp.c SRCS-y += handle_cgnat.c SRCS-y += handle_nat.c SRCS-y += handle_dump.c -- cgit 1.2.3-korg