git: inet6: Support the ioctl SIOCSIFINFO_IN6
Roy Marples
roy at crater.dragonflybsd.org
Sun Nov 10 07:19:50 PST 2019
commit 2886f92ef499bb0d2ed93cfcf9ebe05e0a6b47d1
Author: Roy Marples <roy at marples.name>
Date: Sun Nov 10 15:17:54 2019 +0000
inet6: Support the ioctl SIOCSIFINFO_IN6
This allows setting hop limit, reachable and retransmit times,
as well as link mtu for the interface.
It's analogous to the SIOCGIFINFO_IN6 ioctl.
Taken from NetBSD.
Summary of changes:
sys/netinet6/in6.c | 2 ++
sys/netinet6/in6_var.h | 1 +
sys/netinet6/nd6.c | 28 ++++++++++++++++++++++++++++
3 files changed, 31 insertions(+)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/2886f92ef499bb0d2ed93cfcf9ebe05e0a6b47d1
--
DragonFly BSD source repository
More information about the Commits
mailing list