blob: c1c9c93d02a4b4c31886d32d05890780aac02b1f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
==========================================================================
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.
==========================================================================
|