summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2004-12-05 21:45:36 +0000
committerpjd <pjd@FreeBSD.org>2004-12-05 21:45:36 +0000
commitcdb5b5cf1c728d60d5e7345da2293845cd2d04e1 (patch)
tree4521349f22f134a9346d448ebf03350fa8087934 /etc
parent514977fc0b005f8f8a24c432b849653b63119a0d (diff)
downloadFreeBSD-src-cdb5b5cf1c728d60d5e7345da2293845cd2d04e1.zip
FreeBSD-src-cdb5b5cf1c728d60d5e7345da2293845cd2d04e1.tar.gz
'all' argument for list_net_interfaces() is now unused, remove it.
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