diff options
author | des <des@FreeBSD.org> | 1999-09-13 09:45:07 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 1999-09-13 09:45:07 +0000 |
commit | ad7d5e0e01aad87115442a7aac072c1ff28f34bd (patch) | |
tree | cfb52c788f631dfd5a7a7b28fd2da4df4449f778 /etc | |
parent | 4d628082ace71f3ad6b9c8b7679ffc8f8f50065c (diff) | |
download | FreeBSD-src-ad7d5e0e01aad87115442a7aac072c1ff28f34bd.zip FreeBSD-src-ad7d5e0e01aad87115442a7aac072c1ff28f34bd.tar.gz |
Fix disordering introduced in my previous commit.
Pointed out by: bde
Diffstat (limited to 'etc')
-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 b62f6f9..3e87afa 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -49,9 +49,9 @@ natd_flags="" # Additional flags for natd. 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_restrict_rst="NO" # Set to YES to restrict emission of RST tcp_drop_synfin="NO" # Set to YES to drop TCP packets with SYN+FIN # NOTE: this breaks rfc1644 extensions (T/TCP) +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"). |