dhcpv6-ia: fix dereference after freeing assignment
[project/odhcpd.git] / src / odhcpd.h
index e322ebd..0e5868c 100644 (file)
@@ -84,6 +84,11 @@ enum odhcpd_mode {
 };
 
 
+enum odhcpd_assignment_flags {
+       OAF_BOUND       = (1 << 0),
+       OAF_STATIC      = (1 << 1),
+};
+
 struct config {
        bool legacy;
        char *dhcp_cb;