summaryrefslogtreecommitdiffstats
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1998-09-06 08:20:11 +0000
committerphk <phk@FreeBSD.org>1998-09-06 08:20:11 +0000
commit50b8aa03a9d963c07935eb4d213d3d2c752f6231 (patch)
treef9f803d469725fd1dfaa7886122b64bd759e39c6 /etc/rc.conf
parent554e90e43f0f027b232f480d48e793fa29cbb0dd (diff)
downloadFreeBSD-src-50b8aa03a9d963c07935eb4d213d3d2c752f6231.zip
FreeBSD-src-50b8aa03a9d963c07935eb4d213d3d2c752f6231.tar.gz
tcp_extensions now only applies to RFC1323
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 5cf8f88..569994d 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.54 1998/08/10 19:53:22 brian Exp $
+# $Id: rc.conf,v 1.55 1998/09/04 23:37:24 jkh 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="NO" # Allow RFC1323 & RFC1644 extensions (or NO).
+tcp_extensions="NO" # Disallow RFC1323 extensions (or YES).
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