Is it possible to add in the routing table a description for a route?
Something like:
ip route add 192.168.10.1/24 via 192.168.1.1 description "route to the example network"
I would like when I am running ip route show
to see these descriptions to be able to manage easier the routing table.
Like iptables'
-m comment --comment foo
?Unfortunately not.