From a523645be4549566ac74a3feae3b0b330b62cb62 Mon Sep 17 00:00:00 2001 From: florian Date: Fri, 12 Jul 2024 12:35:32 +0000 Subject: [PATCH] Recommend veb(4) instead of bridge(4). 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 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/etc/examples/vm.conf b/etc/examples/vm.conf index 458beefa016..535de76f12e 100644 --- a/etc/examples/vm.conf +++ b/etc/examples/vm.conf @@ -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 } -- 2.20.1