Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/next68k/conf Pull up revision 1.89 (requested by...



details:   https://anonhg.NetBSD.org/src/rev/6f9cfdb00080
branches:  netbsd-3
changeset: 576676:6f9cfdb00080
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Jul 18 21:14:05 2005 +0000

description:
Pull up revision 1.89 (requested by tron in ticket #566):
Add (commented out) IPSEC_NAT_T option.

diffstat:

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

diffs (26 lines):

diff -r a0213241920d -r 6f9cfdb00080 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Mon Jul 18 21:14:04 2005 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Mon Jul 18 21:14:05 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.86 2005/02/25 13:46:50 simonb Exp $
+# $NetBSD: GENERIC,v 1.86.2.1 2005/07/18 21:14:05 riz Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.86 $"
+#ident                 "GENERIC-$Revision: 1.86.2.1 $"
 
 # Needs to be set per system.  i.e change these as you see fit
 maxusers       16
@@ -125,6 +125,7 @@
 options        INET6           # IPV6
 #options       IPSEC           # IP security
 #options       IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
+#options       IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)
 #options       IPSEC_DEBUG     # debug for IP security
 #options       MROUTING        # IP multicast routing
 #options       PIM             # Protocol Independent Multicast



Home | Main Index | Thread Index | Old Index