Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/hpcmips/conf Pull up revision 1.169 (requested b...



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

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

diffstat:

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

diffs (26 lines):

diff -r 6030a4ff96f0 -r e43b4e551ec5 sys/arch/hpcmips/conf/GENERIC
--- a/sys/arch/hpcmips/conf/GENERIC     Mon Jul 18 21:14:40 2005 +0000
+++ b/sys/arch/hpcmips/conf/GENERIC     Mon Jul 18 21:14:42 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.165.2.2 2005/05/07 11:34:49 tron Exp $
+# $NetBSD: GENERIC,v 1.165.2.3 2005/07/18 21:14:42 riz Exp $
 #
 # GENERIC machine description file
 # 
@@ -24,7 +24,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.165.2.2 $"
+#ident                 "GENERIC-$Revision: 1.165.2.3 $"
 
 maxusers       16
 
@@ -102,6 +102,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        # Multicast routing support
 #options       PIM             # Protocol Independent Multicast



Home | Main Index | Thread Index | Old Index