enable veb(4), it's time for wider testing.
authordlg <dlg@openbsd.org>
Thu, 25 Feb 2021 01:19:35 +0000 (01:19 +0000)
committerdlg <dlg@openbsd.org>
Thu, 25 Feb 2021 01:19:35 +0000 (01:19 +0000)
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

index 315238e..0c07595 100644 (file)
@@ -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)