summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/network.subr4
1 files changed, 0 insertions, 4 deletions
diff --git a/etc/network.subr b/etc/network.subr
index 33557fa..dfd2feb 100644
--- a/etc/network.subr
+++ b/etc/network.subr
@@ -274,7 +274,6 @@ ifnet_rename()
# argument can be any of the following:
# nodhcp - all interfaces, excluding DHCP configured interfaces
# dhcp - list only DHCP configured interfaces
-# all - all interfaces
# If no argument is specified all network interfaces are output.
# Note that the list will include cloned interfaces if applicable.
# Cloned interfaces must already exist to have a chance to appear
@@ -343,9 +342,6 @@ list_net_interfaces()
dhcp)
echo $_dhcplist
;;
- all)
- echo $_nodhcplist $_dhcplist
- ;;
esac
return 0
}
OpenPOWER on IntegriCloud