git: kernel/if: Allow setting a description for network interfaces (closes #3306)

Antonio Huete Jimenez tuxillo at crater.dragonflybsd.org
Sun May 29 08:07:11 PDT 2022


commit f6994c54d4ef3b530f323130b6d2a46ec6805672
Author: Antonio Huete Jimenez <tuxillo at quantumachine.net>
Date:   Sun May 29 17:03:22 2022 +0200

    kernel/if: Allow setting a description for network interfaces (closes #3306)
    
    Taken-from: FreeBSD
    Improvements-by: @aly

Summary of changes:
 sbin/ifconfig/ifconfig.8  |  8 +++++-
 sbin/ifconfig/ifconfig.c  | 59 +++++++++++++++++++++++++++++++++++++++++++
 share/man/man4/netintro.4 | 37 ++++++++++++++++++++++++++-
 sys/net/if.c              | 64 +++++++++++++++++++++++++++++++++++++++++++++++
 sys/net/if.h              | 10 ++++++++
 sys/net/if_var.h          |  2 +-
 sys/sys/sockio.h          |  2 ++
 7 files changed, 179 insertions(+), 3 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f6994c54d4ef3b530f323130b6d2a46ec6805672


-- 
DragonFly BSD source repository



More information about the Commits mailing list