IOMMU isolated network support #47

Manually merged
ryan merged 15 commits from iommu-net into main 2025-05-01 20:46:10 +00:00
1 changed files with 1 additions and 0 deletions
Showing only changes of commit 723ba49cd3 - Show all commits

View File

@ -284,6 +284,7 @@ case "$1" in
start) shift; cmd_start $@ ;;
stop) shift; cmd_stop $@ ;;
shell) shift; cmd_shell $@ ;;
attach) shift; cmd_attach $@ ;;
push) shift; cmd_push $@ ;;
pull) shift; cmd_pull $@ ;;
run) shift; cmd_run $@ ;;