From the man page for ip-route
, under the "ip route get" section:
Note that this operation is not equivalent to ip route show. show shows existing routes. get resolves them and creates new clones if necessary. Essentially, get is equivalent to sending a packet along this path
You can show anycast routes with the command ip route show type anycast
.