Update cheatsheets

This commit is contained in:
ivuorinen
2025-06-25 00:20:50 +00:00
parent 9b28211252
commit f4e4b40a39
35 changed files with 147 additions and 70 deletions

View File

@@ -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):