switch::netgraph:create -> switch::netgraph::create

This commit is contained in:
Jiang Zhu
2022-10-28 23:45:42 +08:00
parent 07f96108ea
commit 532a86d685

View File

@@ -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}'" ;;