aboutsummaryrefslogtreecommitdiffstats
path: root/examples/l4fwd/parse.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/l4fwd/parse.h')
-rw-r--r--examples/l4fwd/parse.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/l4fwd/parse.h b/examples/l4fwd/parse.h
index 4303623..4634d60 100644
--- a/examples/l4fwd/parse.h
+++ b/examples/l4fwd/parse.h
@@ -29,7 +29,7 @@ union parse_val {
struct in6_addr addr6;
};
} in;
- struct ether_addr mac;
+ struct rte_ether_addr mac;
rte_cpuset_t cpuset;
};