是否可以在路由表中添加路由描述?
就像是:
ip route add 192.168.10.1/24 via 192.168.1.1 description "route to the example network"
我希望在运行ip route show
时看到这些描述以便能够更轻松地管理路由表。
是否可以在路由表中添加路由描述?
就像是:
ip route add 192.168.10.1/24 via 192.168.1.1 description "route to the example network"
我希望在运行ip route show
时看到这些描述以便能够更轻松地管理路由表。
像 iptables 一样
-m comment --comment foo
?不幸的是没有。