diff --git a/pages/linux/ip-route-show.md b/pages/linux/ip-route-show.md index fec4f6e532..7b42153df9 100644 --- a/pages/linux/ip-route-show.md +++ b/pages/linux/ip-route-show.md @@ -3,13 +3,13 @@ > Display subcommand for IP Routing table management. > More information: . -- Display the routing table: +- Display the `main` routing table: `ip {{[r|route]}} {{[s|show]}}` - Display the main routing table (same as first example): -`ip {{[r|route]}} {{[s|show]}} {{main|254}}` +`ip {{[r|route]}} {{[s|show]}} {{[t|table]}} {{main|254}}` - Display the local routing table: diff --git a/pages/linux/ip-route.md b/pages/linux/ip-route.md index 04bb0c2edb..ada54afff8 100644 --- a/pages/linux/ip-route.md +++ b/pages/linux/ip-route.md @@ -3,7 +3,7 @@ > IP Routing table management subcommand. > More information: . -- Display the routing table: +- Display the `main` routing table: `ip {{[r|route]}}` @@ -30,3 +30,7 @@ - Show which route will be used by the kernel to reach an IP address: `ip {{[r|route]}} {{[g|get]}} {{destination_ip}}` + +- Display a specific routing table: + +`ip {{[r|route]}} {{[s|show]}} {{[t|table]}} {{table_number}}`