sync with OpenBSD -current

This commit is contained in:
purplerain 2024-07-13 21:15:57 +02:00
parent ae019f102d
commit bc7421a947
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
142 changed files with 4267 additions and 1365 deletions

View 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
}