From df468241c99e0a8a495c2b19c7cb6a785475a8b2 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 27 Aug 2014 12:02:31 +0200 Subject: [PATCH] network-hotplug-rename: Read network configuration, too --- src/udev/network-hotplug-rename | 3 +++ 1 file changed, 3 insertions(+) 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() { -- 2.39.2