mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-18 15:50:02 +00:00
Update cheatsheets
This commit is contained in:
26
tldr/linux/routel
Normal file
26
tldr/linux/routel
Normal file
@@ -0,0 +1,26 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, linux]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# routel
|
||||
|
||||
> List IP routing in a human readable format.
|
||||
> See also: `ip route`, `route`.
|
||||
> More information: <https://manned.org/man/routel>.
|
||||
|
||||
- Display the default routing table:
|
||||
|
||||
`routel`
|
||||
|
||||
- Display a specific routing table:
|
||||
|
||||
`routel {{table_number|main|local|default}}`
|
||||
|
||||
- Display only IPv4 routes:
|
||||
|
||||
`routel {{[-4|--family inet]}}`
|
||||
|
||||
- Display only IPv6 routes:
|
||||
|
||||
`routel {{[-6|--family inet6]}}`
|
||||
Reference in New Issue
Block a user