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