Module Name:    src
Committed By:   sevan
Date:           Sat Jun  2 19:28:39 UTC 2018

Modified Files:
        src/sys/arch/macppc/conf: GENERIC

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

ok macallan


To generate a diff of this commit:
cvs rdiff -u -r1.346 -r1.347 src/sys/arch/macppc/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.346 src/sys/arch/macppc/conf/GENERIC:1.347
--- src/sys/arch/macppc/conf/GENERIC:1.346	Fri Mar 16 03:19:38 2018
+++ src/sys/arch/macppc/conf/GENERIC	Sat Jun  2 19:28:39 2018
@@ -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 NF
 #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 
 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

Reply via email to