diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-14 03:42:27 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 1999-08-14 03:42:27 +0000 |
| commit | c0a594a112c7714df3aecddfcd0d2393dc006c8e (patch) | |
| tree | 6a32272e63215b8ab70003b13d2978b884851b4a | |
| parent | 721d62f7be88bcb1c40bae829144cecfa3cd6e80 (diff) | |
Notes
| -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 0e2879e057a9..eb104a70d9b7 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.25 1999/08/10 09:45:32 des Exp $ +# $Id: rc.conf,v 1.26 1999/08/14 03:41:56 obrien Exp $ ############################################################## ### Important initial Boot-time options #################### @@ -47,7 +47,7 @@ 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. log_in_vain="NO" # Disallow bad connection logging (or YES). -tcp_keepalive="YES" # Enable stale tcp connection timeout (or NO). +tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO). 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"). |
