commit d4daa541d3579963aea225dace938f1bf58edd27
Author: Aaron LI <[email protected]>
Date: Thu Jul 19 15:04:35 2018 +0800
if_tap: Restore SIOCGIFFLAGS, SIOC[GS]IFADDR ioctls for tapioctl()
These ioctls allow basic control of the network interface via the device
file (/dev/tapX). For example, our vke(4) device currently uses the
'SIOCGIFADDR' ioctl.
Summary of changes:
share/man/man4/tap.4 | 23 ++++++++++++++++++++++-
sys/net/tap/if_tap.c | 17 +++++++++++++++++
2 files changed, 39 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d4daa541d3579963aea225dace938f1bf58edd27
--
DragonFly BSD source repository