summaryrefslogtreecommitdiffstats
path: root/sys/conf/NOTES
diff options
context:
space:
mode:
authorbz <bz@FreeBSD.org>2008-09-13 14:06:36 +0000
committerbz <bz@FreeBSD.org>2008-09-13 14:06:36 +0000
commit695caa206b022cf5d103d74d4dca89fd7af6902e (patch)
treed963e89e4e4dcf548eae298961862ff61d50ed1c /sys/conf/NOTES
parentac69cb023f4b131046c72575f65acf53c2604b55 (diff)
downloadFreeBSD-src-695caa206b022cf5d103d74d4dca89fd7af6902e.zip
FreeBSD-src-695caa206b022cf5d103d74d4dca89fd7af6902e.tar.gz
Turn on TCP_SIGNATURE for LINT builds. This should catch situations
we ran into in the past where places hidden by TCP_SIGNATURE were missed. It is possible to turn it on now that FAST_IPSEC (now know as IPSEC) is enabled for LINT and the default and only IPsec implementation.
Diffstat (limited to 'sys/conf/NOTES')
-rw-r--r--sys/conf/NOTES2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 74a3ee6..c93927f 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -889,7 +889,7 @@ options ACCEPT_FILTER_HTTP
# This is enabled on a per-socket basis using the TCP_MD5SIG socket option.
# This requires the use of 'device crypto', 'options IPSEC'
# or 'device cryptodev'.
-#options TCP_SIGNATURE #include support for RFC 2385
+options TCP_SIGNATURE #include support for RFC 2385
# DUMMYNET enables the "dummynet" bandwidth limiter. You need IPFIREWALL
# as well. See dummynet(4) and ipfw(8) for more info. When you run
OpenPOWER on IntegriCloud