History log of /freebsd/tests/sys/net/transient_tuntap.c (Results 1 – 1 of 1)
Revision Date Author Comments
# a1174b3b 21-Aug-2025 Kyle Evans <kevans@FreeBSD.org>

tun(4)/tap(4): allow devices to be configured as transient

Transient tunnel devices are removed immediately after last close, so
that an application that's created the tunnel could eliminate the nee

tun(4)/tap(4): allow devices to be configured as transient

Transient tunnel devices are removed immediately after last close, so
that an application that's created the tunnel could eliminate the need
to manually destroy the tunnel whose lifetime it's already managing.

Reviewed by: zlei
Differential Revision: https://reviews.freebsd.org/D44200

show more ...