From: Michael Tremer Date: Tue, 26 Aug 2014 10:18:59 +0000 (+0200) Subject: network-hotplug: Read network configuration X-Git-Tag: 007~110 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b834a8247efe9dad653644d4abb96ac80b1bb4da;p=network.git 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. --- 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"