Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sun2/conf Remove the last reference to IPSEC_ESP. T...



details:   https://anonhg.NetBSD.org/src/rev/b6c2bb029fe2
branches:  trunk
changeset: 829744:b6c2bb029fe2
user:      maxv <maxv%NetBSD.org@localhost>
date:      Sat Feb 10 07:59:54 2018 +0000

description:
Remove the last reference to IPSEC_ESP. This option was deleted in
2013.

diffstat:

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

diffs (26 lines):

diff -r e5b65a0e97f1 -r b6c2bb029fe2 sys/arch/sun2/conf/GENERIC
--- a/sys/arch/sun2/conf/GENERIC        Sat Feb 10 06:22:22 2018 +0000
+++ b/sys/arch/sun2/conf/GENERIC        Sat Feb 10 07:59:54 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.99 2018/01/23 14:47:56 sevan Exp $
+# $NetBSD: GENERIC,v 1.100 2018/02/10 07:59:54 maxv Exp $
 #
 # GENERIC machine description file
 # 
@@ -25,7 +25,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.99 $"
+#ident                 "GENERIC-$Revision: 1.100 $"
 
 makeoptions    COPTS="-Os"     # optimize for size
 
@@ -100,7 +100,6 @@
 options        INET            # IP protocol stack support
 #options       INET6           # IPV6
 #options       IPSEC           # IP security
-#options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
 #options       IPSEC_DEBUG     # debug for IP security
 #options       GATEWAY         # IP packet forwarding
 #options       TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG



Home | Main Index | Thread Index | Old Index