Skip to content

Commit

Permalink
kiss-vm: add log in netdelete()
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhong Yin <[email protected]>
  • Loading branch information
tcler committed Dec 27, 2019
1 parent 509fb6e commit c6c8039
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kiss-vm
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ netinfo() {
done
}
netdelete() {
echo -e "\n{VM:INFO} => delete virtual net: $@ .."
for net; do
virsh net-destroy -- $net
virsh net-undefine -- $net
Expand Down

0 comments on commit c6c8039

Please sign in to comment.