summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-03-19 22:07:32 +0000
committerdes <des@FreeBSD.org>2001-03-19 22:07:32 +0000
commit097a9d6bae16257ca039fa6a77f1c9a2b8adbc26 (patch)
treeb237d1b327a05d1bbf33edfc981119f3994f77ef /etc/defaults/rc.conf
parentd0f798c1511603114cebeb179c36e5b22f827f1b (diff)
downloadFreeBSD-src-097a9d6bae16257ca039fa6a77f1c9a2b8adbc26.zip
FreeBSD-src-097a9d6bae16257ca039fa6a77f1c9a2b8adbc26.tar.gz
Axe TCP_RESTRICT_RST. It was never a particularly good idea except for a few
very specific scenarios, and now that we have had net.inet.tcp.blackhole for quite some time there is really no reason to use it any more. (second of three commits)
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index d05dc77..27e274f 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -79,7 +79,6 @@ tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO).
# TCP_RESTRICT_RST set in your kernel. Please refer to LINT for details.
tcp_drop_synfin="NO" # Set to YES to drop TCP packets with SYN+FIN
# 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
network_interfaces="auto" # List of network interfaces (or "auto").
OpenPOWER on IntegriCloud