mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +01:00
Fix type and reword comment
This commit is contained in:
@@ -39,8 +39,8 @@ switch::manual::init(){
|
||||
[ -z "${_bridge}" ] && return 1
|
||||
fi
|
||||
|
||||
# don't rename custom bridges not set a description.
|
||||
# user can set both in rc.conf or just stick with bridgeX
|
||||
# don't rename custom bridges nor set a description.
|
||||
# manual interfaces are fully configured using rc.conf.
|
||||
ifconfig "${_bridge}" group vm-switch up >/dev/null 2>&1
|
||||
switch::set_viid "${_name}" "${_bridge}"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user