diff options
author | shin <shin@FreeBSD.org> | 1999-11-22 11:13:00 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 1999-11-22 11:13:00 +0000 |
commit | 887d0bc6a8dc1e5b036e633c999cb29583c761a4 (patch) | |
tree | 7a3be0c2667b2de8a9ef0e2f15e87f77d0f63d78 /sys/conf/NOTES | |
parent | 1848d96439c3eae03af8c379d699cf530ec39611 (diff) | |
download | FreeBSD-src-887d0bc6a8dc1e5b036e633c999cb29583c761a4.zip FreeBSD-src-887d0bc6a8dc1e5b036e633c999cb29583c761a4.tar.gz |
move INET6 option from GENERIC to LINT.
Thanks for Brian Fundakowski Feldman and Dag-Erling Smorgrav,
to give me the comment and the patch.
Submitted by:Dag-Erling Smorgrav
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r-- | sys/conf/NOTES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 51c1182..e5c3662 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -366,6 +366,7 @@ options ROOTDEVNAME=\"da0s2e\" # value. # options INET #Internet communications protocols +options INET6 #IPv6 communications protocols options IPX #IPX/SPX communications protocols options IPXIP #IPX in IP encapsulation (not available) |