mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-10 16:59:46 +01:00
Merge pull request #490 from huskyii/fix_ng_create_typo
switch::netgraph:create -> switch::netgraph::create
This commit is contained in:
@@ -146,7 +146,7 @@ switch::create(){
|
||||
case "${_type}" in
|
||||
standard) switch::standard::create ;;
|
||||
manual) switch::manual::create ;;
|
||||
netgraph) switch::netgraph:create ;;
|
||||
netgraph) switch::netgraph::create ;;
|
||||
vale) switch::vale::create ;;
|
||||
vxlan) switch::vxlan::create ;;
|
||||
*) util::err "invalid switch type - '${_type}'" ;;
|
||||
|
||||
Reference in New Issue
Block a user