sync with OpenBSD -current
This commit is contained in:
parent
ae019f102d
commit
bc7421a947
142 changed files with 4267 additions and 1365 deletions
|
@ -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
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue