是否有可能在路由表中添加一个路由的描述?
就像是:
ip route add 192.168.10.1/24 via 192.168.1.1 description "route to the example network"
我想当我在运行ip route show时看到这些描述能够更容易的pipe理路由表。
ip route show
像iptables'- -m comment --comment foo ?
-m comment --comment foo
不幸的是,