Source-Changes-HG archive

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

[src/netbsd-3]: src/sys/arch/hp700/conf Pull up revision 1.48 (requested by t...



details:   https://anonhg.NetBSD.org/src/rev/ecba9d84ec10
branches:  netbsd-3
changeset: 576634:ecba9d84ec10
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Jul 18 21:12:53 2005 +0000

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

diffstat:

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

diffs (26 lines):

diff -r 091a850e25b3 -r ecba9d84ec10 sys/arch/hp700/conf/GENERIC
--- a/sys/arch/hp700/conf/GENERIC       Mon Jul 18 21:12:51 2005 +0000
+++ b/sys/arch/hp700/conf/GENERIC       Mon Jul 18 21:12:53 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.43.4.1 2005/06/01 17:20:03 riz Exp $
+# $NetBSD: GENERIC,v 1.43.4.2 2005/07/18 21:12:53 riz Exp $
 #
 # GENERIC machine description file
 # 
@@ -23,7 +23,7 @@
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 options        SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
 
-#ident                 "GENERIC-$Revision: 1.43.4.1 $"
+#ident                 "GENERIC-$Revision: 1.43.4.2 $"
 
 maxusers       32              # estimated number of users
 
@@ -127,6 +127,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