mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-18 00:00:06 +01:00
Merge pull request #485 from moracca/fix-vm-switch-info
fix bad "_netgraph," variable
This commit is contained in:
@@ -96,7 +96,7 @@ info::switch(){
|
|||||||
#
|
#
|
||||||
info::switch_show(){
|
info::switch_show(){
|
||||||
local _switch="$1"
|
local _switch="$1"
|
||||||
local _type _bridge _vale _netgraph, _id
|
local _type _bridge _vale _netgraph _id
|
||||||
local _INDENT=" "
|
local _INDENT=" "
|
||||||
|
|
||||||
[ -z "${_switch}" ] && return 1
|
[ -z "${_switch}" ] && return 1
|
||||||
|
|||||||
Reference in New Issue
Block a user