Merge "Initial support for DPDK 18.05"
[samplevnf.git] / VNFs / DPPD-PROX / parse_utils.h
index 27ebb0b..6e4bc77 100644 (file)
@@ -20,7 +20,7 @@
 #include <inttypes.h>
 #include "ip_subnet.h"
 
-#define MAX_STR_LEN_PROC  (3 * 1518 + 20)
+#define MAX_STR_LEN_PROC  (3 * MAX_PKT_SIZE + 20)
 
 struct ipv6_addr;
 struct ether_addr;