Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/amd64/conf add ipsec(4) interface to amd64/GENERIC ...
details: https://anonhg.NetBSD.org/src/rev/c77f49b81269
branches: trunk
changeset: 358628:c77f49b81269
user: knakahara <knakahara%NetBSD.org@localhost>
date: Wed Jan 10 11:11:20 2018 +0000
description:
add ipsec(4) interface to amd64/GENERIC and amd64/ALL configs.
diffstat:
sys/arch/amd64/conf/ALL | 5 +++--
sys/arch/amd64/conf/GENERIC | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diffs (52 lines):
diff -r 6c6194affde0 -r c77f49b81269 sys/arch/amd64/conf/ALL
--- a/sys/arch/amd64/conf/ALL Wed Jan 10 11:08:55 2018 +0000
+++ b/sys/arch/amd64/conf/ALL Wed Jan 10 11:11:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.76 2018/01/09 03:31:12 christos Exp $
+# $NetBSD: ALL,v 1.77 2018/01/10 11:11:20 knakahara Exp $
# From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
#
# ALL machine description file
@@ -17,7 +17,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "ALL-$Revision: 1.76 $"
+#ident "ALL-$Revision: 1.77 $"
maxusers 64 # estimated number of users
@@ -1610,6 +1610,7 @@
pseudo-device tun # network tunneling over tty
pseudo-device gre # generic L3 over IP tunnel
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933)
+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
diff -r 6c6194affde0 -r c77f49b81269 sys/arch/amd64/conf/GENERIC
--- a/sys/arch/amd64/conf/GENERIC Wed Jan 10 11:08:55 2018 +0000
+++ b/sys/arch/amd64/conf/GENERIC Wed Jan 10 11:11:20 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.479 2018/01/09 03:31:12 christos Exp $
+# $NetBSD: GENERIC,v 1.480 2018/01/10 11:11:20 knakahara Exp $
#
# GENERIC machine description file
#
@@ -22,7 +22,7 @@
options INCLUDE_CONFIG_FILE # embed config file in kernel binary
-#ident "GENERIC-$Revision: 1.479 $"
+#ident "GENERIC-$Revision: 1.480 $"
maxusers 64 # estimated number of users
@@ -1288,6 +1288,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