#!/bin/sh virsh net-list --all | tail -n +3 | awk '{ print $1 }'