Skip to content

Commit 4b6f034

Browse files
Managordmmqz
andauthored
routel: add page (#18389)
Co-authored-by: Dylan <[email protected]>
1 parent 7d1e9fa commit 4b6f034

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

pages/linux/routel.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# routel
2+
3+
> List IP routing in a human readable format.
4+
> See also: `ip route`, `route`.
5+
> More information: <https://manned.org/man/routel>.
6+
7+
- Display the default routing table:
8+
9+
`routel`
10+
11+
- Display a specific routing table:
12+
13+
`routel {{table_number|main|local|default}}`
14+
15+
- Display only IPv4 routes:
16+
17+
`routel {{[-4|--family inet]}}`
18+
19+
- Display only IPv6 routes:
20+
21+
`routel {{[-6|--family inet6]}}`

0 commit comments

Comments
 (0)