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.
This commit is contained in:
parent
74c9119d4a
commit
5164136d25
@ -889,7 +889,7 @@ options ACCEPT_FILTER_HTTP
|
|||||||
# This is enabled on a per-socket basis using the TCP_MD5SIG socket option.
|
# This is enabled on a per-socket basis using the TCP_MD5SIG socket option.
|
||||||
# This requires the use of 'device crypto', 'options IPSEC'
|
# This requires the use of 'device crypto', 'options IPSEC'
|
||||||
# or 'device cryptodev'.
|
# 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
|
# DUMMYNET enables the "dummynet" bandwidth limiter. You need IPFIREWALL
|
||||||
# as well. See dummynet(4) and ipfw(8) for more info. When you run
|
# as well. See dummynet(4) and ipfw(8) for more info. When you run
|
||||||
|
Loading…
Reference in New Issue
Block a user