odhcpd: add support for dhcpv6_pd_min_len parameter
[project/odhcpd.git] / src / odhcpd.h
index 8ab51dc4ceca2288eec2f7488abae7957df6015e..08b4920a56e2049de47cae2cb53629e94da1eaf8 100644 (file)
@@ -350,6 +350,7 @@ struct interface {
        bool dhcpv6_pd;
        bool dhcpv6_na;
        uint32_t dhcpv6_hostid_len;
+       uint32_t dhcpv6_pd_min_len; // minimum delegated prefix length
 
        char *upstream;
        size_t upstream_len;