From 421ec878ab0ec4c04673009a6eb07301b7ba1297 Mon Sep 17 00:00:00 2001 From: Doug Barton Date: Sat, 27 Apr 2002 06:24:58 +0000 Subject: Remove reference to the TCP_RESTRICT_RST option, which was removed over a year ago. Small ws twiddle while I'm here. --- etc/defaults/rc.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'etc/defaults') 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. -- cgit v1.2.3