diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-10-24 09:15:48 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-10-24 09:15:48 +0000 |
commit | 504e70cbb19a3e65b1704ee085cd079d26cf16f8 (patch) | |
tree | 64feaa60fc14ba531acfe7cfa21ba5c90237305a /VNFs/DPPD-PROX/Makefile | |
parent | 9276fe25653796cafe9fcb526e1b68d7a7d3be56 (diff) | |
parent | 84b46623cb71a17e19c5d74fc65345dd6168a8d0 (diff) |
Merge "Makefile change and new task structures for IPSec Prox task"
Diffstat (limited to 'VNFs/DPPD-PROX/Makefile')
-rw-r--r-- | VNFs/DPPD-PROX/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |