d566d2f52b
netbsd-tap is the "pkgsrcized" version of the implementation of tap(4) that can be found in NetBSD-current. It is compatible with NetBSD 2.0 and above.
12 lines
511 B
Text
12 lines
511 B
Text
==========================================================================
|
|
To have the tap(4) module automatically loaded at boot time, add the
|
|
following to /etc/lkm.conf:
|
|
|
|
${PREFIX}/lkm/tap.o - - ${PREFIX}/sbin/tap_postinstall - -
|
|
|
|
And then add 'lkm=YES' to /etc/rc.conf. Refer to lkm.conf(5) for
|
|
additional details.
|
|
|
|
The script ${PREFIX}/sbin/tap_postinstall creates the relevant device
|
|
nodes in /dev, and can be used independently.
|
|
==========================================================================
|