From ad7d5e0e01aad87115442a7aac072c1ff28f34bd Mon Sep 17 00:00:00 2001
From: des <des@FreeBSD.org>
Date: Mon, 13 Sep 1999 09:45:07 +0000
Subject: Fix disordering introduced in my previous commit.

Pointed out by:	bde
---
 etc/defaults/rc.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'etc')

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").
-- 
cgit v1.1