Source-Changes-HG archive

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

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



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

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

diffstat:

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

diffs (26 lines):

diff -r 846869983d38 -r cb0f6319b669 sys/arch/mac68k/conf/SMALLRAM
--- a/sys/arch/mac68k/conf/SMALLRAM     Mon Jul 18 21:13:20 2005 +0000
+++ b/sys/arch/mac68k/conf/SMALLRAM     Mon Jul 18 21:13:21 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: SMALLRAM,v 1.17 2005/02/25 13:46:50 simonb Exp $
+#      $NetBSD: SMALLRAM,v 1.17.2.1 2005/07/18 21:13:21 riz Exp $
 #
 # This is an example of how to configure a small, efficient kernel for a
 # system with limited RAM. Even so it's capable of doing quite a bit. The
@@ -13,7 +13,7 @@
 
 #options       INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "SMALLRAM-$Revision: 1.17 $"
+#ident                 "SMALLRAM-$Revision: 1.17.2.1 $"
 
 maxusers       8
 
@@ -120,6 +120,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