summaryrefslogtreecommitdiff
path: root/net.BSD
diff options
context:
space:
mode:
Diffstat (limited to 'net.BSD')
-rw-r--r--net.BSD/ifconfig.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/net.BSD/ifconfig.sh b/net.BSD/ifconfig.sh
index 92a7733..9c29ca4 100644
--- a/net.BSD/ifconfig.sh
+++ b/net.BSD/ifconfig.sh
@@ -47,6 +47,7 @@ _ifindex() {
echo "${x#/dev/net}"
return 0
fi
+ i=$((${i} + 1))
done
;;
default)
@@ -59,6 +60,9 @@ _ifindex() {
done
;;
esac
+
+ # Return the next available index
+ echo "${i}"
return 1
}