Recommend veb(4) instead of bridge(4).
authorflorian <florian@openbsd.org>
Fri, 12 Jul 2024 12:35:32 +0000 (12:35 +0000)
committerflorian <florian@openbsd.org>
Fri, 12 Jul 2024 12:35:32 +0000 (12:35 +0000)
bridge(4) has weird interactions with traffic crossing the bridge.

Missing change after updating the faq pointed out by ajacoutot
OK dv

etc/examples/vm.conf

index 458beef..535de76 100644 (file)
@@ -1,4 +1,4 @@
-# $OpenBSD: vm.conf,v 1.11 2021/11/11 09:38:14 claudio Exp $
+# $OpenBSD: vm.conf,v 1.12 2024/07/12 12:35:32 florian Exp $
 
 #
 # Macros
@@ -10,13 +10,13 @@ sets="/var/www/htdocs/pub/OpenBSD/snapshots/amd64/"
 #
 
 switch "uplink" {
-       # This switch will use bridge0, defined by /etc/hostname.bridge0, as
-       # the underlying interface.  veb(4) is also supported
-       interface bridge0
+       # This switch will use veb0, defined by /etc/hostname.veb0, as
+       # the underlying interface.  bridge(4) is also supported
+       interface veb0
 }
 
 switch "local" {
-       interface bridge1
+       interface veb1
        down
 }