diff options
Diffstat (limited to 'gpxe/src/net/icmpv6.c')
-rw-r--r-- | gpxe/src/net/icmpv6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gpxe/src/net/icmpv6.c b/gpxe/src/net/icmpv6.c index 7b7146c2..237fc4a6 100644 --- a/gpxe/src/net/icmpv6.c +++ b/gpxe/src/net/icmpv6.c @@ -60,7 +60,7 @@ int icmp6_send_solicit ( struct net_device *netdev, struct in6_addr *src __unuse st_dest.sin6.sin6_addr.in6_u.u6_addr8[13] = 0xff; /* Send packet over IP6 */ - return tcpip_tx ( iobuf, &icmp6_protocol, &st_dest.st, + return tcpip_tx ( iobuf, &icmp6_protocol, NULL, &st_dest.st, NULL, &nsolicit->csum ); } |