]> git.ozlabs.org Git - petitboot/blobdiff - discover/network.c
lib/system: Add vgscan, vgchange utilities
[petitboot] / discover / network.c
index 8ca4561614f866fc1c45ef77f44ffc03c8c7fd85..5035b7ce0895cfe0f2a3c12992ca0d1d57c06f24 100644 (file)
@@ -23,6 +23,7 @@
 #include "sysinfo.h"
 #include "platform.h"
 #include "device-handler.h"
+#include "paths.h"
 
 #define HWADDR_SIZE    6
 #define PIDFILE_BASE   (LOCAL_STATE_DIR "/petitboot/")
@@ -489,6 +490,8 @@ static void configure_interface(struct network *network,
 
        } else if (config->method == CONFIG_METHOD_STATIC) {
                configure_interface_static(network, interface, config);
+               /* Nothing left to do for static interfaces */
+               pending_network_jobs_start();
        }
 
        interface->state = IFSTATE_CONFIGURED;