]> git.ipfire.org Git - thirdparty/iproute2.git/commit
NETROM: Print decoded addresses rather than hex numbers.
authorRalf Baechle <ralf@linux-mips.org>
Sun, 19 Sep 2021 13:30:26 +0000 (15:30 +0200)
committerDavid Ahern <dsahern@kernel.org>
Fri, 24 Sep 2021 02:02:40 +0000 (20:02 -0600)
commitfd4c1c816896919e5a86ee56d2c229ca730fb50e
tree4d4edb307be1a901645c56997dd25213b5368e41
parentc63b769ad4337e6eaa96aeba0313fcaff922f72e
NETROM: Print decoded addresses rather than hex numbers.

NETROM is an OSI layer 3 protocol sitting on top of AX.25.  It also uses
AX.25 addresses.  Without this commit ip will print NETROM address like

  link/generic 98:92:9c:aa:b0:40:02 brd 00:00:00:00:00:00:00

while with this commit the decoded result

  link/generic LINUX-1 brd *

is much more eye friendly.

Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: David Ahern <dsahern@kernel.org>
lib/ll_addr.c