bridge(4) has weird interactions with traffic crossing the bridge.
Missing change after updating the faq pointed out by ajacoutot
OK dv
-# $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
#
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
}