summaryrefslogtreecommitdiffstats
path: root/VNFs/DPPD-PROX/hash_entry_types.h
diff options
context:
space:
mode:
Diffstat (limited to 'VNFs/DPPD-PROX/hash_entry_types.h')
-rw-r--r--VNFs/DPPD-PROX/hash_entry_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/VNFs/DPPD-PROX/hash_entry_types.h b/VNFs/DPPD-PROX/hash_entry_types.h
index e2cbcb3c..6288d5a9 100644
--- a/VNFs/DPPD-PROX/hash_entry_types.h
+++ b/VNFs/DPPD-PROX/hash_entry_types.h
@@ -18,9 +18,10 @@
#define _HASH_ENTRY_TYPES_H_
#include <rte_ether.h>
+#include "prox_compat.h"
struct ether_addr_port {
- struct ether_addr mac;
+ prox_rte_ether_addr mac;
uint8_t pad;
uint8_t out_idx;
};