diff options
Diffstat (limited to 'networking/ping.c')
-rw-r--r-- | networking/ping.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/ping.c b/networking/ping.c index f27e2143d..5e4771f5a 100644 --- a/networking/ping.c +++ b/networking/ping.c | |||
@@ -516,7 +516,7 @@ static void sendping6(int junk UNUSED_PARAM) | |||
516 | pkt->icmp6_id = myid; | 516 | pkt->icmp6_id = myid; |
517 | 517 | ||
518 | /*if (datalen >= 4)*/ | 518 | /*if (datalen >= 4)*/ |
519 | *(uint32_t*)(&pkt->icmp6_data8[4]) = monotonic_us(); | 519 | *(bb__aliased_uint32_t*)(&pkt->icmp6_data8[4]) = monotonic_us(); |
520 | 520 | ||
521 | //TODO? pkt->icmp_cksum = inet_cksum(...); | 521 | //TODO? pkt->icmp_cksum = inet_cksum(...); |
522 | 522 | ||