Not showing the weight of nexthops in route monitor
is pointless.
I was testing the -weight option in routing subsystem and found out
there is no utility that shows the nexthops of specific route.
After reading the route(8) source code, I found out that route monitor
shows every nexthop of a specific route that is changing.
However, couldn't find their nexthop weight.
This change is also useful for reusing the print_nlmsg_route_nhop for future
implementations.