Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/amd64/conf Add commented out TCP_SIGNATURE



details:   https://anonhg.NetBSD.org/src/rev/1247be7d8322
branches:  trunk
changeset: 820138:1247be7d8322
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Dec 31 15:41:39 2016 +0000

description:
Add commented out TCP_SIGNATURE

diffstat:

 sys/arch/amd64/conf/GENERIC |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r ce587e63e1b6 -r 1247be7d8322 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC       Sat Dec 31 15:33:03 2016 +0000
+++ b/sys/arch/amd64/conf/GENERIC       Sat Dec 31 15:41:39 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.448 2016/12/18 04:35:26 dholland Exp $
+# $NetBSD: GENERIC,v 1.449 2016/12/31 15:41:39 christos Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.448 $"
+#ident                 "GENERIC-$Revision: 1.449 $"
 
 maxusers       64              # estimated number of users
 
@@ -201,6 +201,7 @@
 options        IPFILTER_COMPAT # Compat for IP-Filter
 #options       IPFILTER_DEFAULT_BLOCK  # block all packets by default
 #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
+#options       TCP_SIGNATURE   # Enable RFC-2385 TCP md5 signatures
 
 #options       ALTQ            # Manipulate network interfaces' output queues
 #options       ALTQ_BLUE       # Stochastic Fair Blue



Home | Main Index | Thread Index | Old Index