config: use free_lease to delete a lease
[project/odhcpd.git] / src / odhcpd.h
index 4b77313..0e5868c 100644 (file)
@@ -86,6 +86,7 @@ enum odhcpd_mode {
 
 enum odhcpd_assignment_flags {
        OAF_BOUND       = (1 << 0),
+       OAF_STATIC      = (1 << 1),
 };
 
 struct config {