summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-09-04 23:37:24 +0000
committerjkh <jkh@FreeBSD.org>1998-09-04 23:37:24 +0000
commitdc10d2fa96c6c7d597ab98d76679c00264e0f7f2 (patch)
tree5e8cb7b8386e27b274637c808abcf5b27d9a11dd /etc/rc.conf
parent860cc09a3529ab55e00273f6a8514767d0ea39b2 (diff)
downloadFreeBSD-src-dc10d2fa96c6c7d597ab98d76679c00264e0f7f2.zip
FreeBSD-src-dc10d2fa96c6c7d597ab98d76679c00264e0f7f2.tar.gz
Turn tcp_extentions off by default. They sometimes cause pain.
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index bca40a8..5cf8f88 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
-# $Id: rc.conf,v 1.53 1998/06/23 03:09:26 jkh Exp $
+# $Id: rc.conf,v 1.54 1998/08/10 19:53:22 brian Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -34,7 +34,7 @@ firewall_quiet="NO" # Set to YES to suppress rule display
natd_enable="NO" # Enable natd (if firewall_enable == YES).
natd_interface="fxp0" # Public interface to use with natd.
natd_flags="" # Additional flags for natd.
-tcp_extensions="YES" # Allow RFC1323 & RFC1644 extensions (or NO).
+tcp_extensions="NO" # Allow RFC1323 & RFC1644 extensions (or NO).
network_interfaces="lo0" # List of network interfaces (lo0 is loopback).
ifconfig_lo0="inet 127.0.0.1" # default loopback device configuration.
#ifconfig_lo0_alias0="inet 127.0.0.254 netmask 0xffffffff" # Sample alias entry.
OpenPOWER on IntegriCloud