Add required kernel option.

This commit is contained in:
Gleb Smirnoff 2013-11-05 06:44:33 +00:00
parent c26a580251
commit 001eae0836
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=257686

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 ) .