summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2002-04-27 06:24:58 +0000
committerdougb <dougb@FreeBSD.org>2002-04-27 06:24:58 +0000
commit6f9b0f198fc0300f09fde3d1c67486343dc92fe4 (patch)
tree6187318937e4c11b671eb453903efad0dac1c9e6 /etc/defaults/rc.conf
parent84f4e02d5013697924588fece55529bae7d22505 (diff)
downloadFreeBSD-src-6f9b0f198fc0300f09fde3d1c67486343dc92fe4.zip
FreeBSD-src-6f9b0f198fc0300f09fde3d1c67486343dc92fe4.tar.gz
Remove reference to the TCP_RESTRICT_RST option, which was removed
over a year ago. Small ws twiddle while I'm here.
Diffstat (limited to 'etc/defaults/rc.conf')
-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 ecaa31a..0299238 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.
OpenPOWER on IntegriCloud