add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,36 @@
# ip route show
> 显示 IP 路由表管理的子命令。
> 更多信息:<https://manned.org/ip-route>。
- 显示路由表:
`ip route show`
- 显示主路由表(与第一个示例相同):
`ip route show {{main|254}}`
- 显示本地路由表:
`ip route show table {{local|255}}`
- 显示所有路由表:
`ip route show table {{all|unspec|0}}`
- 仅列出来自特定设备的路由:
`ip route show dev {{eth0}}`
- 列出特定范围内的路由:
`ip route show scope link`
- 显示路由缓存:
`ip route show cache`
- 仅显示 IPv6 或 IPv4 路由:
`ip {{-6|-4}} route show`