mirror of
https://github.com/churchers/vm-bhyve.git
synced 2025-12-12 01:40:40 +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
|
case "${_type}" in
|
||||||
standard) switch::standard::create ;;
|
standard) switch::standard::create ;;
|
||||||
manual) switch::manual::create ;;
|
manual) switch::manual::create ;;
|
||||||
netgraph) switch::netgraph:create ;;
|
netgraph) switch::netgraph::create ;;
|
||||||
vale) switch::vale::create ;;
|
vale) switch::vale::create ;;
|
||||||
vxlan) switch::vxlan::create ;;
|
vxlan) switch::vxlan::create ;;
|
||||||
*) util::err "invalid switch type - '${_type}'" ;;
|
*) util::err "invalid switch type - '${_type}'" ;;
|
||||||
|
|||||||
Reference in New Issue
Block a user