(*) the various modules have a priority; lower gets invoked first
[nodemanager.git] / net.py
diff --git a/net.py b/net.py
index 45dee4b..760c1be 100644 (file)
--- a/net.py
+++ b/net.py
@@ -12,6 +12,9 @@ import sioc, plnet
 # local modules
 import bwlimit, logger, iptables, tools
 
+# we can't do anything without a network
+priority=1
+
 dev_default = tools.get_default_if()
 
 def start(options, conf):