[PATCH v2] commands: Add `ip` command for listing interfaces, addresses, and routes
Sascha Hauer
s.hauer at pengutronix.de
Mon Mar 17 02:05:54 PDT 2025
On Sat, 15 Mar 2025 14:52:45 +0100, Oleksij Rempel wrote:
> This patch introduces the `ip` command, providing functionality similar
> to Linux’s `ip` tool, catering to users with strong Linux muscle memory.
> It supports:
>
> - `ip l` / `ip link` - Show network interfaces (state, MAC address)
> - `ip a` / `ip addr` - Show assigned IP addresses and netmasks
> - `ip r` / `ip route` - Show routing table, including default gateway,
> interface-specific routes, DNS, and server IP.
>
> [...]
Applied, thanks!
[1/1] commands: Add `ip` command for listing interfaces, addresses, and routes
https://git.pengutronix.de/cgit/barebox/commit/?id=35e565ec63ab (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer at pengutronix.de>
More information about the barebox
mailing list