Merge pull request #485 from moracca/fix-vm-switch-info

fix bad "_netgraph," variable
This commit is contained in:
Matt Churchyard
2022-10-25 12:02:27 +01:00
committed by GitHub

View File

@@ -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