Module Name: src
Committed By: jmcneill
Date: Wed Jan 10 11:33:48 UTC 2018
Modified Files:
src/sys/arch/evbarm/conf: GENERIC.common
Log Message:
add pseudo-device ipsecif
To generate a diff of this commit:
cvs rdiff -u -r1.24 -r1.25 src/sys/arch/evbarm/conf/GENERIC.common
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/evbarm/conf/GENERIC.common
diff -u src/sys/arch/evbarm/conf/GENERIC.common:1.24 src/sys/arch/evbarm/conf/GENERIC.common:1.25
--- src/sys/arch/evbarm/conf/GENERIC.common:1.24 Tue Nov 28 07:24:32 2017
+++ src/sys/arch/evbarm/conf/GENERIC.common Wed Jan 10 11:33:48 2018
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.common,v 1.24 2017/11/28 07:24:32 skrll Exp $
+# $NetBSD: GENERIC.common,v 1.25 2018/01/10 11:33:48 jmcneill Exp $
#
# GENERIC evbarm kernel config (template)
#
@@ -141,6 +141,7 @@ pseudo-device pppoe # PPP over Etherne
pseudo-device tun # network tunneling over tty
pseudo-device tap # virtual Ethernet
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC 1933)
+pseudo-device ipsecif # interface for routing-based ipsec
pseudo-device gre # generic L3 over IP tunnel
pseudo-device npf # NPF packet filter