mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-28 08:53:55 +00:00
Update cheatsheets
This commit is contained in:
@@ -18,11 +18,11 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
- Print route to a destination for packets arriving on a specific interface:
|
||||
|
||||
`ip {{[r|route]}} {{[g|get]}} {{destination}} iif {{eth0}}`
|
||||
`ip {{[r|route]}} {{[g|get]}} {{destination}} iif {{ethX}}`
|
||||
|
||||
- Print route to a destination, forcing output through a specific interface:
|
||||
|
||||
`ip {{[r|route]}} {{[g|get]}} {{destination}} oif {{eth1}}`
|
||||
`ip {{[r|route]}} {{[g|get]}} {{destination}} oif {{ethX}}`
|
||||
|
||||
- Print route to a destination with a specified Type of Service (ToS):
|
||||
|
||||
|
||||
Reference in New Issue
Block a user