git: DragonFly_RELEASE_6_4 net: Improve rt_print() and rt_addrinfo_print() debug functions
Aaron LI
aly at crater.dragonflybsd.org
Thu Mar 21 20:41:23 PDT 2024
commit eec180467636133b41304a0f161d9975c4133acc
Author: Aaron LI <aly at aaronly.me>
Date: Wed Mar 20 08:22:31 2024 +0800
net: Improve rt_print() and rt_addrinfo_print() debug functions
- Update rt_print() to print the full interface name (if_xname) instead
of the underlying device name (if_dname).
- Update rt_addrinfo_print() to print flags, ifp and ifa; similar to
rt_print().
Summary of changes:
sys/net/route.c | 25 +++++++++++++------------
1 file changed, 13 insertions(+), 12 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eec180467636133b41304a0f161d9975c4133acc
--
DragonFly BSD source repository
More information about the Commits
mailing list