summaryrefslogtreecommitdiff
path: root/net/solaris-tap/MESSAGE
blob: 7bdb81ee991a50f7e8fc040acd01355038623ec6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
===========================================================================
$NetBSD: MESSAGE,v 1.1.1.1 2007/07/01 00:43:20 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:
	${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
===========================================================================