From 85aca14dff7b742819bd17a1b927782ab545c34f Mon Sep 17 00:00:00 2001 From: dlg Date: Thu, 25 Feb 2021 01:19:35 +0000 Subject: [PATCH] enable veb(4), it's time for wider testing. apart from the semantic differences between bridge(4) and veb(4), the only missing bits in veb(4) is the transparent ipsec interception support, and spanning tree. --- sys/conf/GENERIC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/conf/GENERIC b/sys/conf/GENERIC index 315238ee034..0c07595aa6f 100644 --- a/sys/conf/GENERIC +++ b/sys/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.273 2020/09/30 14:51:17 jsg Exp $ +# $OpenBSD: GENERIC,v 1.274 2021/02/25 01:19:35 dlg Exp $ # # Machine-independent option; used by all architectures for their # GENERIC kernel @@ -87,6 +87,7 @@ pseudo-device ksyms 1 # kernel symbols device # clonable devices pseudo-device bpfilter # packet filter pseudo-device bridge # network bridging support +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) -- 2.20.1