aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/ndp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/ipxe/ndp.h')
-rw-r--r--src/include/ipxe/ndp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/ipxe/ndp.h b/src/include/ipxe/ndp.h
index 7b98637..1f05e9a 100644
--- a/src/include/ipxe/ndp.h
+++ b/src/include/ipxe/ndp.h
@@ -31,7 +31,7 @@ struct ndp_option {
/** An NDP header */
struct ndp_header {
/** ICMPv6 header */
- struct icmpv6_header icmp;
+ struct icmp_header icmp;
/** Flags */
uint8_t flags;
/** Reserved */