diff options
-rw-r--r-- | etc/defaults/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index 8009e17..995e77e 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -9,7 +9,7 @@ # # All arguments must be in double or single quotes. # -# $Id: rc.conf,v 1.27 1999/08/14 03:42:27 obrien Exp $ +# $Id: rc.conf,v 1.28 1999/08/14 17:13:40 obrien Exp $ ############################################################## ### Important initial Boot-time options #################### @@ -45,7 +45,7 @@ natd_program="/sbin/natd" # path to natd, if you want a different one. natd_enable="NO" # Enable natd (if firewall_enable == YES). natd_interface="fxp0" # Public interface or IPaddress to use. natd_flags="" # Additional flags for natd. -tcp_extensions="NO" # Set to Yes to turn on RFC1323 extensions. +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). icmp_drop_redirect="NO" # Set to YES to ignore ICMP REDIRECT packets |