aboutsummaryrefslogtreecommitdiffstats
path: root/tools/examples/vif-common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/examples/vif-common.sh')
-rw-r--r--tools/examples/vif-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/examples/vif-common.sh b/tools/examples/vif-common.sh
index 8dc6d86ac2..50da9a4494 100644
--- a/tools/examples/vif-common.sh
+++ b/tools/examples/vif-common.sh
@@ -103,7 +103,7 @@ function handle_iptable()
if [ "$ip" != "" ]
then
local addr
- for addr in "$ip"
+ for addr in $ip
do
frob_iptable -s "$addr"
done