summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorsevan <sevan@NetBSD.org>2018-06-02 19:28:39 +0000
committersevan <sevan@NetBSD.org>2018-06-02 19:28:39 +0000
commit8bb36ddae7b2bdf47e5bb0387acd2358ee6fa412 (patch)
tree682892f7514717a36ec667c05291fd6ef639b8bf /sys
parentda05ccd190cd257f3b881d54e2eb760567a540c9 (diff)
Enabled IPsec & ipsecif(4) support by default.
ok macallan
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/macppc/conf/GENERIC7
1 files changed, 4 insertions, 3 deletions
diff --git a/sys/arch/macppc/conf/GENERIC b/sys/arch/macppc/conf/GENERIC
index 5c1905f3249..71a971f3bd4 100644
--- a/sys/arch/macppc/conf/GENERIC
+++ b/sys/arch/macppc/conf/GENERIC
@@ -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 @@ include "arch/macppc/conf/std.macppc"
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 NFS_BOOT_DHCP # Support DHCP NFS root
#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 tun # network tunneling over tty
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