aboutsummaryrefslogtreecommitdiffstats
path: root/rc.d/init.d
diff options
context:
space:
mode:
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-xrc.d/init.d/network2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/network b/rc.d/init.d/network
index 55d5c111..e7fd388f 100755
--- a/rc.d/init.d/network
+++ b/rc.d/init.d/network
@@ -227,7 +227,7 @@ case "$1" in
echo lo $interfaces
echo $"Currently active devices:"
- echo `/sbin/ip -o link show | awk -F ": " '{ print $2 }'`
+ echo `/sbin/ip -o link show | awk -F ": " '/UP>/ { print $2 }'`
;;
restart|reload)
cd $CWD