routel
TLDR
Display the default routing table
$ routel
Display a specific routing table$ routel main
Display only IPv4 routes$ routel -4
Display only IPv6 routes$ routel -6
SYNOPSIS
routel [options] [table]
DESCRIPTION
routel displays IP routing tables in a human-readable format. It provides a more organized view of routing information compared to raw ip route output.
The tool shows destination networks, gateways, interfaces, and other routing attributes in columnar format.
PARAMETERS
-4, --family inet
Show only IPv4 routes-6, --family inet6
Show only IPv6 routestable
Routing table to display (main, local, default, or number)
CAVEATS
Wrapper around ip route with formatted output. May not show all information available through ip route directly.
HISTORY
Part of iproute2 package, providing user-friendly network routing display.


