]> git.ipfire.org Git - people/ms/network.git/commitdiff
network-hotplug-rename: Read network configuration, too
authorMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Aug 2014 10:02:31 +0000 (12:02 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Wed, 27 Aug 2014 10:02:31 +0000 (12:02 +0200)
src/udev/network-hotplug-rename

index 0d3767d997ee2bef562bcbcf817f0ea564d6c1d7..5aa2f64b1b3d9f1513487ffc2150abc7c8fb3cb5 100644 (file)
@@ -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() {