diff --git a/pages/osx/route.md b/pages/osx/route.md index 2ad8c900d8..0bea78c1ef 100644 --- a/pages/osx/route.md +++ b/pages/osx/route.md @@ -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}}`