From: Michael Tremer Date: Wed, 27 Aug 2014 10:02:31 +0000 (+0200) Subject: network-hotplug-rename: Read network configuration, too X-Git-Tag: 007~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=df468241c99e0a8a495c2b19c7cb6a785475a8b2;p=network.git network-hotplug-rename: Read network configuration, too --- diff --git a/src/udev/network-hotplug-rename b/src/udev/network-hotplug-rename index 0d3767d9..5aa2f64b 100644 --- a/src/udev/network-hotplug-rename +++ b/src/udev/network-hotplug-rename @@ -25,6 +25,9 @@ LOG_DISABLE_STDOUT="true" . /usr/lib/network/functions +# Read network configuration. +network_config_read + # Setup the locking. LOCKFILE="${RUN_DIR}/.rename_lock" function cleanup() {