From b834a8247efe9dad653644d4abb96ac80b1bb4da Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 26 Aug 2014 12:18:59 +0200 Subject: [PATCH] network-hotplug: Read network configuration The udev hotplug handler did not load the network configuration file so that enabling the debugging mode had no effect here. --- src/udev/network-hotplug | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/udev/network-hotplug b/src/udev/network-hotplug index f469e6ce..3d4809a5 100644 --- a/src/udev/network-hotplug +++ b/src/udev/network-hotplug @@ -21,6 +21,9 @@ . /usr/lib/network/functions +# Read network configuration. +network_config_read + # Setup logging. LOG_FACILITY="network-hotplug" -- 2.47.3