]> git.ipfire.org Git - people/stevee/network.git/blobdiff - functions.constants
Move all of the device renaming code to network-hotplug-rename.
[people/stevee/network.git] / functions.constants
index 52f35649df0b17857d92047cf21ee50b56582df3..56baa6e398dbb3258f9d00bc69f2ea5ec198e4c5 100644 (file)
@@ -50,6 +50,9 @@ EXIT_ERROR=1
 EXIT_CONF_ERROR=2
 EXIT_ERROR_ASSERT=3
 
+EXIT_TRUE=0
+EXIT_FALSE=1
+
 STATUS_UP=0
 STATUS_DOWN=1
 STATUS_NOCARRIER=2