1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 00:42:08 +02:00

route: add get option (#1682)

This commit is contained in:
Starbeamrainbowlabs 2017-11-27 18:08:55 +00:00 committed by GitHub
commit 84662b7cff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,3 +22,7 @@
- Delete a specific route:
`sudo route delete {{dest_ip_address}}/24`
- Lookup and display the route for a destination (hostname or IP address):
`sudo route get {{destination}}`