From 8948059b11b74dde86898d7713440b35fd567b40 Mon Sep 17 00:00:00 2001 From: dlg Date: Fri, 11 Aug 2023 02:35:38 +0000 Subject: [PATCH] enable sec(4) so people can try it out --- sys/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.20.1