summaryrefslogtreecommitdiff
path: root/sys/conf
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2023-08-11 02:35:39 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2023-08-11 02:35:39 +0000
commita20076903b133d03030e62ca43a8fd8a45c90afa (patch)
treecf31d273a3402070b6a2474b4c027aa97e010537 /sys/conf
parente6313c26c98adca466fb8aaf995cf58779da31fa (diff)
enable sec(4) so people can try it out
Diffstat (limited to 'sys/conf')
-rw-r--r--sys/conf/GENERIC3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC
index c9eebf8162f..171f45f43b9 100644
--- a/sys/conf/GENERIC
+++ b/sys/conf/GENERIC
@@ -1,4 +1,4 @@
-# $OpenBSD: GENERIC,v 1.288 2023/03/27 09:39:21 naddy Exp $
+# $OpenBSD: GENERIC,v 1.289 2023/08/11 02:35:38 dlg Exp $
#
# Machine-independent option; used by all architectures for their
# GENERIC kernel
@@ -90,6 +90,7 @@ pseudo-device veb # virtual Ethernet bridge
pseudo-device carp # CARP protocol support
pseudo-device etherip # EtherIP (RFC 3378)
pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
+pseudo-device sec # route based IPsec VPN interface
pseudo-device gre # GRE encapsulation interface
pseudo-device loop # network loopback
pseudo-device mpe # MPLS PE interface