summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-09-27 17:26:30 +0000
committerache <ache@FreeBSD.org>1995-09-27 17:26:30 +0000
commitaeafdb6b2519b8d1da2c61d823dcd346ab062a58 (patch)
treee33121b0c0ba3bd6e784393c4d6815ffb478c2a7
parentacc1a409c6f6a79674cde11fd3a86ded5251d281 (diff)
downloadFreeBSD-src-aeafdb6b2519b8d1da2c61d823dcd346ab062a58.zip
FreeBSD-src-aeafdb6b2519b8d1da2c61d823dcd346ab062a58.tar.gz
Document MTUDISC
-rw-r--r--sys/conf/NOTES5
-rw-r--r--sys/i386/conf/LINT5
-rw-r--r--sys/i386/conf/NOTES5
3 files changed, 12 insertions, 3 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES
index 4026da4..939b16d 100644
--- a/sys/conf/NOTES
+++ b/sys/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.200 1995/09/08 03:20:07 julian Exp $
+# $Id: LINT,v 1.201 1995/09/23 08:52:30 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -184,6 +184,8 @@ options HDLC #X.25 link layer for serial lines
# MROUTING enables the kernel multicast packet forwarder, which works
# with mrouted(8).
#
+# MTUDISC enables Path MTU Discovery kernel support, tunes MTU on the fly.
+#
# IPFIREWALL enables support for IP firewall construction, in
# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE does
# the obvious thing.
@@ -196,6 +198,7 @@ options HDLC #X.25 link layer for serial lines
options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
options GATEWAY #internetwork gateway
options MROUTING # Multicast routing
+options MTUDISC #support Path MTU DIscovery
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
options IPACCT #ipaccounting
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 4026da4..939b16d 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.200 1995/09/08 03:20:07 julian Exp $
+# $Id: LINT,v 1.201 1995/09/23 08:52:30 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -184,6 +184,8 @@ options HDLC #X.25 link layer for serial lines
# MROUTING enables the kernel multicast packet forwarder, which works
# with mrouted(8).
#
+# MTUDISC enables Path MTU Discovery kernel support, tunes MTU on the fly.
+#
# IPFIREWALL enables support for IP firewall construction, in
# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE does
# the obvious thing.
@@ -196,6 +198,7 @@ options HDLC #X.25 link layer for serial lines
options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
options GATEWAY #internetwork gateway
options MROUTING # Multicast routing
+options MTUDISC #support Path MTU DIscovery
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
options IPACCT #ipaccounting
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 4026da4..939b16d 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -2,7 +2,7 @@
# LINT -- config file for checking all the sources, tries to pull in
# as much of the source tree as it can.
#
-# $Id: LINT,v 1.200 1995/09/08 03:20:07 julian Exp $
+# $Id: LINT,v 1.201 1995/09/23 08:52:30 peter Exp $
#
# NB: You probably don't want to try running a kernel built from this
# file. Instead, you should start from GENERIC, and add options from
@@ -184,6 +184,8 @@ options HDLC #X.25 link layer for serial lines
# MROUTING enables the kernel multicast packet forwarder, which works
# with mrouted(8).
#
+# MTUDISC enables Path MTU Discovery kernel support, tunes MTU on the fly.
+#
# IPFIREWALL enables support for IP firewall construction, in
# conjunction with the `ipfw' program. IPFIREWALL_VERBOSE does
# the obvious thing.
@@ -196,6 +198,7 @@ options HDLC #X.25 link layer for serial lines
options "TCP_COMPAT_42" #emulate 4.2BSD TCP bugs
options GATEWAY #internetwork gateway
options MROUTING # Multicast routing
+options MTUDISC #support Path MTU DIscovery
options IPFIREWALL #firewall
options IPFIREWALL_VERBOSE #print information about
options IPACCT #ipaccounting
OpenPOWER on IntegriCloud