]> git.ipfire.org Git - network.git/commitdiff
network-hotplug: Read network configuration
authorMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2014 10:18:59 +0000 (12:18 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Tue, 26 Aug 2014 10:18:59 +0000 (12:18 +0200)
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

index f469e6ce5e6bb8dfd5a89430f83e5b1544e74a8e..3d4809a5655eb3629b1ff61222ba2e8c0dac7725 100644 (file)
@@ -21,6 +21,9 @@
 
 . /usr/lib/network/functions
 
+# Read network configuration.
+network_config_read
+
 # Setup logging.
 LOG_FACILITY="network-hotplug"