git: net: Improve rt_print() and rt_addrinfo_print() debug functions

Aaron LI aly at crater.dragonflybsd.org
Wed Mar 20 08:33:50 PDT 2024


commit 5f75fb6f0af1ca0fe4719104a54c80bce3f6721c
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 | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/5f75fb6f0af1ca0fe4719104a54c80bce3f6721c


-- 
DragonFly BSD source repository


More information about the Commits mailing list