summaryrefslogtreecommitdiffhomepage
path: root/src/odhcpd.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/odhcpd.h')
-rw-r--r--src/odhcpd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/odhcpd.h b/src/odhcpd.h
index e322ebd..4b77313 100644
--- a/src/odhcpd.h
+++ b/src/odhcpd.h
@@ -84,6 +84,10 @@ enum odhcpd_mode {
};
+enum odhcpd_assignment_flags {
+ OAF_BOUND = (1 << 0),
+};
+
struct config {
bool legacy;
char *dhcp_cb;