Add required kernel option.

This commit is contained in:
Gleb Smirnoff 2013-11-05 06:44:33 +00:00
parent c26a580251
commit 001eae0836

View File

@ -14,6 +14,7 @@ ATM software comes with a
which provides socket level access to AAL0 and AAL5 virtual circuits.
To enable this protocol layer, add
.Dl options NATM
.Dl device atm
to your kernel configuration file and re-make the kernel (do not forget
to do
.Dq make clean ) .