mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-11 01:10:01 +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(){
|
||||
local _switch="$1"
|
||||
local _type _bridge _vale _netgraph, _id
|
||||
local _type _bridge _vale _netgraph _id
|
||||
local _INDENT=" "
|
||||
|
||||
[ -z "${_switch}" ] && return 1
|
||||
|
||||
Reference in New Issue
Block a user