This question hit me today while I'm quite used to see it reversed, but actually, why is the nexthop ip noted reversed in the ping command ?
PING 10.8.0.8 (10.8.0.8) 56(84) bytes of data.
From 10.8.0.1 icmp_seq=1 Redirect Host(New nexthop: 8.0.8.10)
From 10.8.0.1 icmp_seq=2 Redirect Host(New nexthop: 8.0.8.10)
From 10.8.0.1 icmp_seq=3 Redirect Host(New nexthop: 8.0.8.10)
From 10.8.0.1 icmp_seq=4 Redirect Host(New nexthop: 8.0.8.10)
(10.8.0.8 is usually accessed via 10.8.0.1, but is not powered on thus the ping fails... but the question is about the "8.0.8.10" reversed)