f7f8092767
Solaris kernel module for virtual Ethernet devices (TAP) and virtual point-to-point tunneling interfaces (TUN).
16 lines
607 B
Text
16 lines
607 B
Text
===========================================================================
|
|
$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
|
|
===========================================================================
|