script: fix possible negative delay
[project/odhcp6c.git] / src / odhcp6c.h
index d92b6bc60bcfda8f35e7a78e7eafe36afe973cb1..e41aa3c56d3a5ae5f23b112746d0f57786e7bdbe 100644 (file)
@@ -261,8 +261,6 @@ enum odhcp6c_state {
        STATE_RA_DNS,
        STATE_RA_SEARCH,
        STATE_AFTR_NAME,
-       STATE_VENDORCLASS,
-       STATE_USERCLASS,
        STATE_OPTS,
        STATE_CER,
        STATE_S46_MAPT,
@@ -332,6 +330,7 @@ enum odhcp6c_opt_flags {
        OPT_MASK_SIZE = 0x0F,
        OPT_ARRAY = 0x10,
        OPT_INTERNAL = 0x20,
+       OPT_NO_PASSTHRU = 0x40,
 };
 
 struct odhcp6c_opt {