Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Uncoment options IPSEC, as requested by Gary Duzan ...



details:   https://anonhg.NetBSD.org/src/rev/72cfb7fa1d45
branches:  trunk
changeset: 339359:72cfb7fa1d45
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Thu Jul 16 15:43:10 2015 +0000

description:
Uncoment options IPSEC, as requested by Gary Duzan in PR port-amd64/50052

diffstat:

 sys/arch/amd64/conf/XEN3_DOM0 |  4 ++--
 sys/arch/amd64/conf/XEN3_DOMU |  4 ++--
 sys/arch/i386/conf/XEN3_DOM0  |  4 ++--
 sys/arch/i386/conf/XEN3_DOMU  |  4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diffs (72 lines):

diff -r 7dd8b0128d70 -r 72cfb7fa1d45 sys/arch/amd64/conf/XEN3_DOM0
--- a/sys/arch/amd64/conf/XEN3_DOM0     Thu Jul 16 15:01:04 2015 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOM0     Thu Jul 16 15:43:10 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOM0,v 1.113 2015/02/17 09:21:57 nonaka Exp $
+# $NetBSD: XEN3_DOM0,v 1.114 2015/07/16 15:43:10 bouyer Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -123,7 +123,7 @@
 #options       GATEWAY         # packet forwarding
 options        INET            # IP + ICMP + TCP + UDP
 options        INET6           # IPV6
-#options       IPSEC           # IP security
+options        IPSEC           # IP security
 #options       IPSEC_DEBUG     # debug for IP security
 #options       MROUTING        # IP multicast routing
 #options       PIM             # Protocol Independent Multicast
diff -r 7dd8b0128d70 -r 72cfb7fa1d45 sys/arch/amd64/conf/XEN3_DOMU
--- a/sys/arch/amd64/conf/XEN3_DOMU     Thu Jul 16 15:01:04 2015 +0000
+++ b/sys/arch/amd64/conf/XEN3_DOMU     Thu Jul 16 15:43:10 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.61 2015/05/05 22:14:24 pgoyette Exp $
+# $NetBSD: XEN3_DOMU,v 1.62 2015/07/16 15:43:10 bouyer Exp $
 
 include        "arch/amd64/conf/std.xen"
 
@@ -117,7 +117,7 @@
 #options       GATEWAY         # packet forwarding
 options        INET            # IP + ICMP + TCP + UDP
 options        INET6           # IPV6
-#options       IPSEC           # IP security
+options        IPSEC           # IP security
 #options       IPSEC_DEBUG     # debug for IP security
 #options       MROUTING        # IP multicast routing
 #options       PIM             # Protocol Independent Multicast
diff -r 7dd8b0128d70 -r 72cfb7fa1d45 sys/arch/i386/conf/XEN3_DOM0
--- a/sys/arch/i386/conf/XEN3_DOM0      Thu Jul 16 15:01:04 2015 +0000
+++ b/sys/arch/i386/conf/XEN3_DOM0      Thu Jul 16 15:43:10 2015 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: XEN3_DOM0,v 1.95 2015/05/23 18:13:31 maxv Exp $
+#      $NetBSD: XEN3_DOM0,v 1.96 2015/07/16 15:43:10 bouyer Exp $
 #
 #      XEN3_0: Xen 3.0 domain0 kernel
 
@@ -146,7 +146,7 @@
 #options       GATEWAY         # packet forwarding
 options        INET            # IP + ICMP + TCP + UDP
 options        INET6           # IPv6
-#options       IPSEC           # IP security
+options        IPSEC           # IP security
 #options       IPSEC_DEBUG     # debug for IP security
 #options       MROUTING        # IP multicast routing
 #options       PIM             # Protocol Independent Multicast
diff -r 7dd8b0128d70 -r 72cfb7fa1d45 sys/arch/i386/conf/XEN3_DOMU
--- a/sys/arch/i386/conf/XEN3_DOMU      Thu Jul 16 15:01:04 2015 +0000
+++ b/sys/arch/i386/conf/XEN3_DOMU      Thu Jul 16 15:43:10 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: XEN3_DOMU,v 1.67 2015/05/23 18:13:31 maxv Exp $
+# $NetBSD: XEN3_DOMU,v 1.68 2015/07/16 15:43:10 bouyer Exp $
 
 include        "arch/xen/conf/std.xen"
 
@@ -135,7 +135,7 @@
 #options       GATEWAY         # packet forwarding
 options        INET            # IP + ICMP + TCP + UDP
 options        INET6           # IPv6
-#options       IPSEC           # IP security
+options        IPSEC           # IP security
 #options       IPSEC_DEBUG     # debug for IP security
 #options       MROUTING        # IP multicast routing
 #options       PIM             # Protocol Independent Multicast



Home | Main Index | Thread Index | Old Index