aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
Diffstat (limited to 'network')
-rwxr-xr-xnetwork13
1 files changed, 0 insertions, 13 deletions
diff --git a/network b/network
index 4b02a4c..d0c28eb 100755
--- a/network
+++ b/network
@@ -12,19 +12,6 @@
# dhcpcd settings
[ -f /etc/conf.d/dhcpcd ] && . /etc/conf.d/dhcpcd
-# Special wrapper for hotplug ifup calls
-# (make sure hotplug doesn't bring up disabled interfaces)
-hotplug_ifup()
-{
- [ "$1" != "" ] || return 1
- for ifline in ${INTERFACES[@]}; do
- # if the interface is disabled then this will be skipped
- if [ "$ifline" = "$1" ]; then
- ifup $ifline
- fi
- done
-}
-
ifup()
{
if [ "$1" = "" ]; then