diff options
author | wollman <wollman@FreeBSD.org> | 2000-05-18 19:02:47 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2000-05-18 19:02:47 +0000 |
commit | 3836de47f4afa78f31812e2d6b7a9e167ebdcf73 (patch) | |
tree | 331788dc262fd99fcde7b8660400d996cf9bf124 /etc/defaults/rc.conf | |
parent | ed20714d67d781a4aa564cb6050fda0006ff2b7a (diff) | |
download | FreeBSD-src-3836de47f4afa78f31812e2d6b7a9e167ebdcf73.zip FreeBSD-src-3836de47f4afa78f31812e2d6b7a9e167ebdcf73.tar.gz |
Fix misleading comment.
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index b11d657..b861fdb 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -56,7 +56,7 @@ tcp_extensions="NO" # Set to YES to turn on RFC1323 extensions. log_in_vain="NO" # YES to log connects to ports w/o listeners. tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO). tcp_drop_synfin="NO" # Set to YES to drop TCP packets with SYN+FIN - # NOTE: this breaks rfc1644 extensions (T/TCP) + # NOTE: this violates the TCP specification tcp_restrict_rst="NO" # Set to YES to restrict emission of RST icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets |