3306904fce
Changes: none (only change is that the Makefile now supports DESTDIR installation, but we have a manual do-install target.)
18 lines
654 B
Text
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
|
|
===========================================================================
|