pkgsrc/net/solaris-tap/MESSAGE
tnn 3306904fce Update to solaris-tap-1.1.0 (20110711)
Changes: none
(only change is that the Makefile now supports DESTDIR installation, but we
have a manual do-install target.)
2015-09-22 01:59:00 +00:00

18 lines
654 B
Text

===========================================================================
$NetBSD: MESSAGE,v 1.2 2015/09/22 01:59:00 tnn Exp $
To enable the TUN/TAP driver in your Solaris kernel after an installation
or upgrade, you must manually copy the following files to
/usr/kernel/drv (or to /usr/kernel/drv/amd64 on x86_64 platforms).
${PREFIX}/lkm/tap
${PREFIX}/lkm/tap.conf
${PREFIX}/lkm/tun
${PREFIX}/lkm/tun.conf
Then execute the following commands:
/usr/sbin/rem_drv tun >/dev/null 2>&1
/usr/sbin/rem_drv tap >/dev/null 2>&1
/usr/sbin/add_drv tun
/usr/sbin/add_drv tap
===========================================================================