diff options
author | Deepak S <deepak.s@linux.intel.com> | 2017-11-07 04:57:21 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-11-07 04:57:21 +0000 |
commit | f608601d06f2da7dcb52f0a0da6caebd12412ad1 (patch) | |
tree | 10f6b499d7898bb33c3342a20537b89bf13c48f3 /VNFs/DPPD-PROX/Makefile | |
parent | 516aad7ecf88e968940d384a1f56dca4e42a279b (diff) | |
parent | 98010b53d1964451ec6d9cd0f1eeea10d5c8a5e4 (diff) |
Merge "Rework handle_esp.c (proto, DPDK<17.08, cleanup)"
Diffstat (limited to 'VNFs/DPPD-PROX/Makefile')
-rw-r--r-- | VNFs/DPPD-PROX/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/Makefile b/VNFs/DPPD-PROX/Makefile index 87ea3bce..60cd92b7 100644 --- a/VNFs/DPPD-PROX/Makefile +++ b/VNFs/DPPD-PROX/Makefile @@ -172,7 +172,9 @@ SRCS-y += handle_mirror.c SRCS-y += handle_genl4.c SRCS-y += handle_ipv6_tunnel.c SRCS-y += handle_read.c +ifeq ($(call rte_ver_LT,17,8,0,0),y) SRCS-$(call rte_ver_GE,17,2,0,16) += handle_esp.c +endif SRCS-y += handle_cgnat.c SRCS-y += handle_nat.c SRCS-y += handle_dump.c |