summaryrefslogtreecommitdiffstats
path: root/scripts/runqemu-gen-tapdevs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/runqemu-gen-tapdevs')
-rwxr-xr-xscripts/runqemu-gen-tapdevs4
1 files changed, 4 insertions, 0 deletions
diff --git a/scripts/runqemu-gen-tapdevs b/scripts/runqemu-gen-tapdevs
index 9f313879e6..15bccd4484 100755
--- a/scripts/runqemu-gen-tapdevs
+++ b/scripts/runqemu-gen-tapdevs
@@ -62,6 +62,10 @@ if [ -z "$IFCONFIG" ]; then
62 # Is it ever anywhere else? 62 # Is it ever anywhere else?
63 IFCONFIG=/sbin/ifconfig 63 IFCONFIG=/sbin/ifconfig
64fi 64fi
65if [ ! -x "$IFCONFIG" ]; then
66 echo "$IFCONFIG cannot be executed"
67 exit 1
68fi
65 69
66# Ensure we start with a clean slate 70# Ensure we start with a clean slate
67for tap in `$IFCONFIG | grep ^tap | awk '{ print \$1 }'`; do 71for tap in `$IFCONFIG | grep ^tap | awk '{ print \$1 }'`; do