commit bd735b630a10c8f16e55894e9934eab0e745be96
Author: Roy Marples <[email protected]>
Date: Thu Sep 12 10:29:30 2019 +0100
getifaddrs(3): Add ifa_addrflags to struct ifaddrs
This saves a SIOCGIFAFLAG_IN6 ioctl per IPv6 address when
you're also interested in how useable the address is.
Taken-from: NetBSD
Summary of changes:
include/ifaddrs.h | 1 +
lib/libc/net/getifaddrs.3 | 11 ++++++++++-
lib/libc/net/getifaddrs.c | 1 +
3 files changed, 12 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/bd735b630a10c8f16e55894e9934eab0e745be96
--
DragonFly BSD source repository