aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2002-04-27 06:24:58 +0000
committerDoug Barton <dougb@FreeBSD.org>2002-04-27 06:24:58 +0000
commit421ec878ab0ec4c04673009a6eb07301b7ba1297 (patch)
tree6187318937e4c11b671eb453903efad0dac1c9e6 /etc/defaults
parent4fa6dc65ed77aa8091c9ea02360c93ab255c4fe8 (diff)
downloadsrc-421ec878ab0ec4c04673009a6eb07301b7ba1297.tar.gz
src-421ec878ab0ec4c04673009a6eb07301b7ba1297.zip
Remove reference to the TCP_RESTRICT_RST option, which was removed
over a year ago. Small ws twiddle while I'm here.
Notes
Notes: svn path=/head/; revision=95547
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index ecaa31a9c286..0299238b16e5 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -81,11 +81,11 @@ ipfs_flags="" # additional flags for ipfs
tcp_extensions="YES" # Set to NO to turn off RFC1323 extensions.
log_in_vain="0" # >=1 to log connects to ports w/o listeners.
tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO).
-# For the following two options, you need to have TCP_DROP_SYNFIN and
-# TCP_RESTRICT_RST set in your kernel. Please refer to LINT for details.
+# For the following option you need to have TCP_DROP_SYNFIN set in your
+# kernel. Please refer to LINT and NOTES for details.
tcp_drop_synfin="NO" # Set to YES to drop TCP packets with SYN+FIN
# NOTE: this violates the TCP specification
-icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets
+icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets
icmp_log_redirect="NO" # Set to YES to log ICMP REDIRECT packets
network_interfaces="auto" # List of network interfaces (or "auto").
cloned_interfaces="" # List of cloned network interfaces to create.