route: add get

This commit is contained in:
Rikesh Ramlochund
2017-11-27 10:50:25 +04:00
parent df4185b548
commit 3ca3fc8b45

View File

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