Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Enabled IPsec & ipsecif(4) support by d...



details:   https://anonhg.NetBSD.org/src/rev/78ce8285117e
branches:  trunk
changeset: 832934:78ce8285117e
user:      sevan <sevan%NetBSD.org@localhost>
date:      Sat Jun 02 19:28:39 2018 +0000

description:
Enabled IPsec & ipsecif(4) support by default.

ok macallan

diffstat:

 sys/arch/macppc/conf/GENERIC |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (35 lines):

diff -r 10fabfb4c694 -r 78ce8285117e sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Sat Jun 02 19:08:34 2018 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Sat Jun 02 19:28:39 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.346 2018/03/16 03:19:38 sevan Exp $
+# $NetBSD: GENERIC,v 1.347 2018/06/02 19:28:39 sevan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.346 $"
+#ident                 "GENERIC-$Revision: 1.347 $"
 
 maxusers       32
 
@@ -119,7 +119,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
@@ -654,6 +654,7 @@
 pseudo-device  tap                     # virtual Ethernet
 #pseudo-device gre                     # generic L3 over IP tunnel
 pseudo-device  gif                     # IPv[46] over IPv[46] tunnel (RFC1933)
+pseudo-device  ipsecif                 # tunnel interface for routing based ipsec
 #pseudo-device faith                   # IPv[46] tcp relay translation i/f
 pseudo-device  stf                     # 6to4 IPv6 over IPv4 encapsulation
 pseudo-device  vlan                    # IEEE 802.1q encapsulation



Home | Main Index | Thread Index | Old Index