X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=VNFs%2FDPPD-PROX%2FMakefile;h=13fba342c9c95866f2eeca06e4ec56463c9264c0;hb=98010b53d1964451ec6d9cd0f1eeea10d5c8a5e4;hp=0288181cfc458602d5556d1dc1f33ff20e4e82bc;hpb=51759157a499326cfe69ec0eecb00b1c5879bf50;p=samplevnf.git diff --git a/VNFs/DPPD-PROX/Makefile b/VNFs/DPPD-PROX/Makefile index 0288181c..13fba342 100644 --- a/VNFs/DPPD-PROX/Makefile +++ b/VNFs/DPPD-PROX/Makefile @@ -161,6 +161,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